Mercurial > web
comparison cool.html @ 10:787fa7e08fbd
actually make the site good
| author | Paper <mrpapersonic@gmail.com> | 
|---|---|
| date | Mon, 31 May 2021 10:49:11 -0400 | 
| parents | ac2f9715807c | 
| children | e7ca289b45ec | 
   comparison
  equal
  deleted
  inserted
  replaced
| 9:f8f852d8c466 | 10:787fa7e08fbd | 
|---|---|
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> | 
| 2 <head> | 2 <head> | 
| 3 <style> | 3 <style> | 
| 4 body { | 4 body { | 
| 5 text-align: center; | |
| 6 background-image: url("capsule.jpg"); | 5 background-image: url("capsule.jpg"); | 
| 7 background-size: 100% auto; | |
| 8 background-position: top center; | |
| 9 background-repeat: repeat; | |
| 10 image-rendering: pixelated; | |
| 11 text-shadow: -1px -1px 0px #000000, 1px 1px 0px #000000, -1px 1px 0px #000000, 1px -1px 0px #000000; | |
| 12 } | |
| 13 p { | |
| 14 font-size: 20px; | |
| 15 color: white; | |
| 16 } | |
| 17 h1 { | |
| 18 font-size: 40px; | |
| 19 color: white; | |
| 20 } | |
| 21 a { | |
| 22 text-decoration: none; | |
| 23 color: tomato; | |
| 24 } | 6 } | 
| 25 </style> | 7 </style> | 
| 8 <link rel="stylesheet" href="style.css"> | |
| 26 </head> | 9 </head> | 
| 27 <body> | 10 <body> | 
| 28 <h1>cool shit</h1> | 11 <h1>cool shit</h1> | 
| 29 <p><a href="tomoko.html">it is a mystery</a></p> | 12 <p><a href="tomoko.html">it is a mystery</a></p> | 
| 30 <p>more cool shit to come</p> | 13 <p>more cool shit to come</p> | 
