-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
30 lines (29 loc) · 877 Bytes
/
index.html
File metadata and controls
30 lines (29 loc) · 877 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<link rel="stylesheet" href="stylesheet.css">
<head>
<meta name="description" content="a vanilla html and css webpage made for a software engineering lab class">
</head>
<div class="flexbox">
<div class="cardContainer">
<h1>
whoa!
</h1>
<h2>
<a href="https://css-tricks.com/snippets/css/a-guide-to-flexbox/">flexbox</a>
</h2>
<h3>
so cool!
</h3>
<p>
ignore the formatting i was travelling until last night and didn't have time to figure out the css
</p>
</div>
<div class="cardContainer">
<h1>
here's a picture i took
</h1>
<h2>
it's pretty cool ig!
</h2>
<img id="theonlyimageonthepagerightnow" src="IMG_20210730_193843__01.jpg">
</div>
</div>