Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 8 additions & 7 deletions css/stylesheet.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
}

body, html {
background-color: #F6F4EF;
background-color: #ffffff;
height: 100%;
margin: 0;
width: 100%;
Expand All @@ -27,40 +27,41 @@
.nav_bar {
width: 100%;
text-align: center;
background-color: floralwhite;
background-color: white;
padding-bottom: 3%;
}

.main_header {
text-align: center;
background-color: floralwhite;
background-color:white;
padding: 2%;
font-family: 'Old Standard TT', serif;
color: #51442A;
width: 100%;
}

a:link {
color: #F1DFBD;
color: #000000;
text-decoration: none;
}
a:visited {
color: #F1DFBD;
color: #000000;
text-decoration: none;
}

a:hover {
color: #614715;
color: #000000;
text-decoration: overline;
}
a:active {
color: #614715;
color: #000000;
text-decoration: none;
}

.section_1 {
background-color: floralwhite;
width: 45%;
height: 37%;
float: left;
text-align: left;
margin: 1%;
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ <h1>HTML and CSS practise for beginners</h1>
</nav>
</div>

<div class="section_1">
<div class="section_1" style="background: snow;">
<h2 class="second_header">How to use this page</h2>
<p>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
Expand Down