add padding to foreground div

This commit is contained in:
Mystikfluu 2022-07-09 18:06:35 +02:00
parent f813f21b19
commit 39389ebebb
2 changed files with 5 additions and 1 deletions

View File

@ -60,6 +60,10 @@ footer {
padding: 6px 14px;
}
.pd-great {
padding: 10px 30px;
}
.bg-light {
background-color: var(--fg-color);
}

View File

@ -17,7 +17,7 @@
<h1>Welcome Back!</h1>
</header>
<main class="bg-dark no-bg-img">
<div class="bg-light">
<div class="bg-light pd-great">
<h2 id="user">User: USER</h2>
<br>
<img id="avatarimg" width=100 height=100>