@Lu
26.06.2022
hi everyone
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro&display=swap');
body {
background-color: #ADD8E6;
font-family: 'Source Sans Pro', sans-serif;
}
.header {
color: #FFFF;
text-align: center;
}
.post {
background-color: #FFFF;
border-radius: 25px;
padding: 20px;
}
.footer {
color: white;
text-align: center;
}
a {
text-decoration: none;
}
.cool-link {
color: #FFFF;
}
.cool-link:hover {
color: #32CD32;
}
img {
max-width: 100%;
height: auto;
}