cool look
This commit is contained in:
parent
84c9d58030
commit
acabecf031
1 changed files with 6 additions and 1 deletions
|
@ -32,19 +32,24 @@
|
|||
-webkit-box-sizing: border-box;
|
||||
box-shadow: 0px 0px 10px gray;
|
||||
border-radius: 8px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.post h1 {
|
||||
margin: 0;
|
||||
font-size: 20px;
|
||||
background: var(--accent);
|
||||
padding: 10px;
|
||||
margin: -10px;
|
||||
margin-bottom: 6px;
|
||||
color: white;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div class="post">
|
||||
<h1 style="background: none;"><span style="color: var(--accent);">furp</span>social</h1>
|
||||
<h1 style="background: none; color: black;"><span style="color: var(--accent);">furp</span>social</h1>
|
||||
|
||||
<hr>
|
||||
|
||||
|
|
Reference in a new issue