added css
This commit is contained in:
parent
fce1516fdc
commit
960fa026ce
24
site.html
24
site.html
@ -2,7 +2,25 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>I love pringle!</title>
|
<title>I love pringle!</title>
|
||||||
</html>
|
<style>
|
||||||
|
body {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
height: 100vh;
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
h1, img {
|
||||||
|
max-width: 100%;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<h1>I love pringle so much! Look at this silly little goober, how could you not love this adorable little guy?</h1>
|
<body>
|
||||||
<img src="./pringle.jpg">
|
<h1>I love pringle so much! Look at this silly little goober, how could you not love this adorable little guy?</h1>
|
||||||
|
<img src="./pringle.jpg">
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user