You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

64 lines
899 B

body {
background-color: black;
/* width: 90%;
height: 65%; */
}
.landing {
position: relative;
}
.budapest {
height: 80vh;
width: 100%;
position: relative;
}
.budapest img {
position: absolute;
transform: translate(-50%,-50%);
top: 55%;
left: 30%;
color: goldenrod;
font-size: 12rem;
}
.heading {
color:red;
position: absolute;
top: 3rem;
left: 3rem;
font-weight: 700;
font-size: 2rem;
}
.signature {
color: red;
position: absolute;
top: 3rem;
right: 3rem;
font-weight: 700;
font-size: 2rem;
}
nav {
/* grid-area: nav;*/
display: flex;
justify-content: space-around;
}
a {
text-decoration: none;
color: red;
font-weight: bold;
}
button {
/* color: black; */
background-color: greenyellow;
/* position: absolute; */
height: 36px;
/* width: fit-content; */
width: 6rem;
height: 5rem;
3 months ago
}