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.
32 lines
521 B
32 lines
521 B
* {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
body {
|
|
background-image: url('../IMAGES/background_uca.png');
|
|
background-attachment: fixed;
|
|
background-size: cover;
|
|
background-repeat: no-repeat;
|
|
font-family : 'Poppins', 'Signika', sans-serif;
|
|
}
|
|
|
|
h1 {
|
|
text-align: center;
|
|
font-weight: bold;
|
|
font-size: 200%;
|
|
padding: 1.5%;
|
|
color: white;
|
|
background-color: rgb(23,143,150);
|
|
}
|
|
|
|
:not(h1) {
|
|
color: #5e5c5c;
|
|
}
|
|
|
|
#logoUCA {
|
|
position: absolute;
|
|
padding-left: 3%;
|
|
padding-top: 2%;
|
|
}
|