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;
|
-webkit-box-sizing: border-box;
|
||||||
box-shadow: 0px 0px 10px gray;
|
box-shadow: 0px 0px 10px gray;
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.post h1 {
|
.post h1 {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
background: var(--accent);
|
background: var(--accent);
|
||||||
|
padding: 10px;
|
||||||
|
margin: -10px;
|
||||||
|
margin-bottom: 6px;
|
||||||
|
color: white;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
<div class="post">
|
<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>
|
<hr>
|
||||||
|
|
||||||
|
|
Reference in a new issue