cool look

This commit is contained in:
awesomeuser 2023-08-01 22:26:11 +00:00
parent 84c9d58030
commit acabecf031

View file

@ -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>