diff --git a/backgroundimg.jpg b/backgroundimg.jpg new file mode 100644 index 0000000..1494f88 Binary files /dev/null and b/backgroundimg.jpg differ diff --git a/index.css b/index.css new file mode 100644 index 0000000..3df10c1 --- /dev/null +++ b/index.css @@ -0,0 +1,50 @@ +.container { + font-family: 'Indie Flower', cursive; +} + +li { + display: inline; + position: relative; + top: 10px; + padding: 20px; + align-content: end; + font-size: 20px; + color: #102542 +} + +h1 { + padding: 20px; + font-family: 'Permanent Marker', cursive; + font-size: 75px; + color: #102542 +} + +.profilephoto { + width: 300px; + margin: 20px; + position: relative; + bottom: 10px; +/* --------------------- Below is temporary - until I sort grid --------------------- */ + left: 275px; +} + +.profileborder { + border-color: white; + border-width: 10px; + border-style: solid; + border-radius: 50%; +} + +p { + padding: 20px; + font-size: 20px; + color: #102542 +} + +button { + margin: 20px; +} + +.LI-profile-badge { + padding: 20px; +} \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 0000000..3fa58ca --- /dev/null +++ b/index.html @@ -0,0 +1,45 @@ + + + +
+
+ Hi, my name is Phoebe and I am currently on the + Constructor Labs Full Stack Web Development Course.
+