diff options
| -rw-r--r-- | bsod.css | 57 | ||||
| -rw-r--r-- | index.html | 10 |
2 files changed, 42 insertions, 25 deletions
@@ -1,35 +1,40 @@ @font-face { - font-family: Segoe UI; - src: - local("Segoe UI Light"), - url(https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff2) format("woff2"), - url(https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff) format("woff"), - url(https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.ttf) format("truetype"); - font-weight: 100; + font-family: Segoe UI; + src: + local("Segoe UI Light"), + url(https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff2) format("woff2"), + url(https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff) format("woff"), + url(https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.ttf) format("truetype"); + font-weight: 100; } @font-face { - font-family: Segoe UI; - src: - local("Segoe UI Semilight"), - url(https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff2) format("woff2"), - url(https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff) format("woff"), - url(https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.ttf) format("truetype"); - font-weight: 200; + font-family: Segoe UI; + src: + local("Segoe UI Semilight"), + url(https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff2) format("woff2"), + url(https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff) format("woff"), + url(https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.ttf) format("truetype"); + font-weight: 200; } @font-face { - font-family: Segoe UI; - src: - local("Segoe UI"), - url(https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff2) format("woff2"), - url(https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff) format("woff"), - url(https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.ttf) format("truetype"); - font-weight: 400; + font-family: Segoe UI; + src: + local("Segoe UI"), + url(https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff2) format("woff2"), + url(https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff) format("woff"), + url(https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.ttf) format("truetype"); + font-weight: 400; } -h1, h2, h3, h4, h5, h6 { +h1, +h2, +h3, +h4, +h5, +h6 { font-family: "Segoe UI Light"; font-weight: 300; } @@ -41,6 +46,14 @@ body { margin: 0; } +a { + color: #CCC; +} + +a:visited { + color: #CCC; +} + main { margin: 5% 8%; margin-right: 30%; @@ -14,9 +14,13 @@ <header> <h1 class="emotion">:(</h1> </header> - <a class="description">Your PC ran into a problem and needs to restart. We're just collecting some error info, and - then we'll restart for you.<p><span id="progress">0</span>% complete - </p></a> + <p class="description">Your PC ran into a problem and needs to restart. We're just collecting some error info, and + then we'll restart for you.</p> + <p class="description"><span id="progress">0</span>% complete</p> + <footer> + Source code on <a href="https://github.com/yuvadm/crashstrike.com">Github</a>, created by <a + href="https://yuv.al">Yuval Adam</a>. + </footer> </main> </body> |
