diff --git a/css/stylesheet.css b/css/stylesheet.css deleted file mode 100644 index eb31cf8..0000000 --- a/css/stylesheet.css +++ /dev/null @@ -1,138 +0,0 @@ - ul { - list-style-type: none; - margin: 0; - padding: 0; - } - - li { - display: inline-block; - text-align: center; - margin-left: 5%; - margin-right: 5%; - } - - body, html { - background-color: #F6F4EF; - height: 100%; - margin: 0; - width: 100%; - overflow-x: hidden; - } - - #wrapper { - width: 100%; - height: 100%; - } - - .nav_bar { - width: 100%; - text-align: center; - background-color: floralwhite; - padding-bottom: 3%; - } - - .main_header { - text-align: center; - background-color: floralwhite; - padding: 2%; - font-family: 'Old Standard TT', serif; - color: #51442A; - width: 100%; - } - - a:link { - color: #F1DFBD; - text-decoration: none; - } - a:visited { - color: #F1DFBD; - text-decoration: none; - } - - a:hover { - color: #614715; - text-decoration: overline; - } - a:active { - color: #614715; - text-decoration: none; - } - - .section_1 { - background-color: floralwhite; - width: 45%; - float: left; - text-align: left; - margin: 1%; - border-style: solid; - border-width: 2px; - border-color: #51442A; - padding: 1%; - } - - .second_header { - text-align: center; - font-family: 'Old Standard TT', serif; - color: #51442A; - } - - .section_2 { - background-color: floralwhite; - width: 45%; - float: right; - text-align: left; - margin: 1%; - border-style: solid; - border-width: 2px; - border-color: #51442A; - padding: 1%; - } - - .third_header { - text-align: center; - font-family: 'Old Standard TT', serif; - color: #51442A; - } - - .section_3 { - text-align: center; - padding: 2%; - font-family: 'Old Standard TT', serif; - color: #51442A; - width: 100%; - text-decoration: underline; - } - - .star_wars { - text-align: center; - margin: 3%; - font-size: 24px; - color: #51442A; - } - - .footer { - position: relative; - right: 0; - bottom: 0; - left: 0; - padding: 1rem; - background-color: floralwhite; - text-align: center; - clear: both; - } - - img { - vertical-align: middle; - } - - /*.social_icons { - float: right; - } - - .photo_gallery { - - } - - .photo_gallery:hover { - - } /* \ No newline at end of file diff --git a/index.html b/index.html index c712170..5c1d514 100644 --- a/index.html +++ b/index.html @@ -1,83 +1,88 @@
-This page is completely open source, and the code and files are available for ALL to download. - I, Carlie, created a mini website for anyone to practise on, change, adapt, edit and style - in any which way they desire, with the hopes this can be a place for those who are beginning - with coding to come and have a go at some real live code. - This page and its files can be found on GitHub, an AMAZING resource for programmers and coders - to come together and collaborate on projects together, receive tips and advice and swap code. - If you would like to view the original repository for this page then click - HERE -
-When playing with this code and styling it, try to keep with the current theme, however I do - understand that this will change over time. Use fonts that have been used elsewhere on the page - and use inkeeping colors and themes. When it comes to using HTML elements and tags, use those - which are new to you, or you are trying to practise with, and the same goes with CSS. This - may seem overly simple and pointless, but to those starting out can be valuable. You can view - previous changes and see how people did what they did by viewing older commits. Have fun and be daring - with your code! Learn something new every day! -
-Why don't you try turning this - text box into a star wars type text - scroll, where it fades in the - distance, using purely css? Don't think its possible? - I have done it before and its easier than you think! - Obviously if you feel the need to, create more text - here to elongate the paragraph. This will affect the time - it takes for the text to travel up the page and into the - fade our area. -
-Let’s make a photo gallery that we can scroll through!
-This page is completely open source, and the code and files are available for ALL to download. I, Carlie, created a mini website for anyone to practise on, change, adapt, edit and style in any which way they desire, with the hopes this can be a place for those who are beginning with coding to come and have a go at some real live code. + This page and its files can be found on GitHub, an AMAZING resource for programmers and coders to come together and collaborate on projects together, receive tips and advice and swap code. If you would like to view the original repository for this page then click HERE
+When playing with this code and styling it, try to keep with the current theme, however I do understand that this will change over time. Use fonts that have been used elsewhere on the page and use inkeeping colors and themes. When it comes to using HTML elements and tags, use those which are new to you, or you are trying to practise with, and the same goes with CSS. This may seem overly simple and pointless, but to those starting out can be valuable. You can view previous changes and see how people did what they did by viewing older commits. Have fun and be daring with your code! Learn something new every day!
+Why don't you try turning this
+ text box into a star wars type text
+ scroll, where it fades in the
+ distance, using purely css? Don't think its possible?
+ I have done it before and its easier than you think!
+ Obviously if you feel the need to, create more text
+ here to elongate the paragraph. This will affect the time
+ it takes for the text to travel up the page and into the
+ fade our area.
+
Let’s make a photo gallery that we can scroll through!
+ + +