Skip to content

Commit

Permalink
Update blogtati.css
Browse files Browse the repository at this point in the history
  • Loading branch information
tatihav authored Jul 16, 2024
1 parent b4ad942 commit b95e025
Showing 1 changed file with 22 additions and 6 deletions.
28 changes: 22 additions & 6 deletions blogtati.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,20 @@ p{
}

body {
margin: auto auto;
background-image: url(imgs/blog/blue-snow.webp);
max-width: 1500px;
min-width: 400px;
min-height: 100vh;


}

.header-container {
position: relative;
text-align: center;


}


Expand All @@ -33,13 +41,13 @@ body {
left: 50%;
transform: translate(-50%, -50%);
margin: 30px;

}


nav {
margin: 50px;

}

nav a {
Expand All @@ -48,10 +56,12 @@ nav a {
border-radius: 5px;
padding: 15px;
text-decoration: none;
border: 1px solid gray;
border: 2px solid gray;
transition: background-color, color 1s;
margin-right: 50px;
font-weight: bold;
box-shadow: 0px 0px 10px gray;


}

Expand All @@ -60,10 +70,11 @@ nav a:hover {
color: black;
}
h2{
background-color: var(--CORCINZAESCURO);
background-image: linear-gradient(to right, var(--CORROSA), var(--CORCINZAESCURO));
color: white;
padding: 10px;


}
body h2:hover{
background-color: var(--CORROSA);
Expand All @@ -88,11 +99,12 @@ body h2:hover{
}

.casamento img{
width: 30%;
height: 30%px;
width: 350px;
height: 270px;
min-height: 200px;
display: inline;
margin: 30px;
border-radius: 10px;
}
footer{
background-color: var(--CORCINZAESCURO);
Expand All @@ -111,4 +123,8 @@ main{
margin: 40px auto 70px auto;
box-shadow: 0px 0px 20px var(--CORCINZAESCURO);
background-color: whitesmoke;

}


}

0 comments on commit b95e025

Please sign in to comment.