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
9 changes: 8 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,12 @@
</head>
<body>
<!-- This is where you will begin your solution -->
<h1>Header</h1>
<div class="right">
lorem ipusmimaoidjfapolidfjn apsolidfjnpao[skf napsoidfjn apsodifj]
</div> <div class="left">
lorem ipusmimaoidjfapolidfjn apsolidfjnpao[skf napsoidfjn apsodifj]
</div>

</body>
</html>
</html>
20 changes: 20 additions & 0 deletions styles.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
h1 {
text-align: center;
display: block;
}

.right{
border-width: 3px;
display: inline-block;
border: solid 2px black;
box-sizing: border-box;
margin: 0px;
}

.left{
width: 50%;
display: inline-block;
border: solid 2px black;
box-sizing: border-box;
margin: 0px;
}