User:Surge: Difference between revisions
Jump to navigation
Jump to search
(→Blabla) |
|||
Line 1: | Line 1: | ||
<pageclass class="#ff6600" subcaption="Surge’s Profile"></pageclass> | <pageclass class="#ff6600" subcaption="Surge’s Profile"></pageclass> | ||
= | <body> | ||
<div id="container"> | |||
* | <h2>Surge</h2> | ||
</div> | |||
<style> | |||
body { | |||
background: #21303b; | |||
color: #fff; | |||
} | |||
h2 { | |||
font-size: 70px; | |||
line-height: 190px; | |||
font-family: Helvetica, sans-serif; | |||
font-weight: bold; | |||
text-align: center; | |||
} | |||
#container { | |||
/*stitching*/ | |||
outline: 1px dashed #98abb9; | |||
outline-offset: -5px; | |||
background-color: #556068; | |||
height: 200px; | |||
width: 400px; | |||
margin: 100px auto; | |||
/*shadow*/ | |||
-webkit-box-shadow: 2px 2px 2px #000; | |||
-moz-box-shadow: 2px 2px 2px #000; | |||
box-shadow: 2px 2px 2px #000; | |||
} | |||
</style> | |||
</body> |
Revision as of 15:07, 16 August 2018
<body>
Surge
<style>
body { background: #21303b; color: #fff; }
h2 { font-size: 70px; line-height: 190px; font-family: Helvetica, sans-serif; font-weight: bold; text-align: center; }
#container { /*stitching*/ outline: 1px dashed #98abb9; outline-offset: -5px;
background-color: #556068; height: 200px; width: 400px; margin: 100px auto;
/*shadow*/ -webkit-box-shadow: 2px 2px 2px #000; -moz-box-shadow: 2px 2px 2px #000; box-shadow: 2px 2px 2px #000; } </style> </body>