You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
347 B
12 lines
347 B
6 years ago
|
<style>
|
||
|
body {
|
||
|
padding: 20px 20px;
|
||
|
color: white;
|
||
|
|
||
|
background-color: #000;
|
||
|
background-position: left top;
|
||
|
background-image: linear-gradient(0deg, transparent, transparent 7px, rgba(253,152,0,0.25) 7px), linear-gradient(90deg, transparent, transparent 7px, rgba(253,152,0,0.25) 7px);
|
||
|
background-size: 8px 8px;
|
||
|
}
|
||
|
</style>
|