Skip to content

Commit

Permalink
Added placeholder for CSS testing
Browse files Browse the repository at this point in the history
  • Loading branch information
hchap1 committed Aug 12, 2024
1 parent b982c3d commit 314b431
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 7 deletions.
12 changes: 11 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@
<link rel="stylesheet" href="style.css">
</head>
<body>

<div class="header">
<button class="header_button">
Test
</button>
</div>
<div class="text_block">
<img src="test.jpg">
<p class="text_block">
Rowan is very silly.
</p>
</div>
</body>
</html>
23 changes: 17 additions & 6 deletions style.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.banner {
.header {
margin-top: 0px;
padding-top: 0px;
border-top: 0px;
Expand All @@ -10,13 +10,9 @@
left: 0;
}

head, body {
margin: 0px !important;
}

body {
padding-top: 0px;
margin-top: 0px;
margin-top: 90px;
border-top: 0px;
background-color: #100030;
}
Expand All @@ -37,6 +33,8 @@ body {
width: 80%;
border-style: solid;
border-width: 20px;
color: white;
font-size: 50px;
border-radius: 10px;
border-color: #1d1742;
margin-left: auto;
Expand All @@ -63,3 +61,16 @@ body {
font-size: 48px;
text-align: center;
}

.header_button {
background-color: #271f59;
border-width: 0;
color: #ffffff;
font-size: 50px;
height: 80px;
margin-left: 50px;
}

.header_button:hover {
background-color: #100030;
}
Binary file added test.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 314b431

Please sign in to comment.