diff --git a/about.css b/about.css new file mode 100644 index 000000000..bf120fdfe --- /dev/null +++ b/about.css @@ -0,0 +1,41 @@ +body { + background-image: url(https://images.unsplash.com/photo-1516576291981-b64ed8383ba8?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=750&q=80) + } + *{ + color: lightcyan; + } + h1{ + font-family:Caveat; + font-size: 60px; + padding:20px 20px 30px 20px; + } + + .container { + width: 600px; + margin:20px; + } + + .container header nav a { + margin: 0 10px; + border:1px solid teal; + padding: 10px; + display: flex row; + justify:space-evenly; + border-radius: 10px; + text-decoration: none; + margin-bottom: 20px; + font-size: 20px; + font-family:oswald; + } + + h2{ + padding:20px; + font-family:Caveat; + font-size:30px; + } + h3{ + padding:20px; + font-family:Caveat; + font-size:30px; + } + \ No newline at end of file diff --git a/about.html b/about.html index df1043036..e9ef8e2f8 100644 --- a/about.html +++ b/about.html @@ -1,11 +1,20 @@
- - -
+
+ Hello! Thanks for stopping by. I am developing myself as a web developer. I am a student at Lambda School and look forward to continued growth and development.
+