diff --git a/css/main.css b/css/main.css new file mode 100644 index 0000000..69f5e06 --- /dev/null +++ b/css/main.css @@ -0,0 +1,17 @@ +.huge-text { + font-size: 150px; + font-family: fantasy; + text-align: center; + color:cornflowerblue; + text-shadow: 10px 10px 5px black; + transition: 0.5s; +} + +.huge-text:hover { + color:blue; +} + +.tiny-text { + font-size: 12px; + font-family:Verdana, Geneva, Tahoma, sans-serif; +} \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 0000000..214c353 --- /dev/null +++ b/index.html @@ -0,0 +1,12 @@ + + +
+ +We went to Old Street. We made a webpage. We added some CSS. We thought what to do next...
+ + \ No newline at end of file