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.

145 lines
1.8 KiB

* {
padding: 0;
margin: 0;
box-sizing: border-box;
list-style: none;
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
}
h1 {
color: #fcfafc;
background-color: #663366;
font-size: 1.4em;
padding: 0.9em;
}
p {
color: #330033;
font-size: 1.4em;
padding: 0.9em;
}
body {
background-color: #fcfafc;
}
.nav-list {
padding: 1rem 0;
display: flex;
justify-content: flex-end;
align-items: center;
}
.nav-item {
margin-right: 2rem;
text-decoration: uppercase;
font-size: 1.1em;
}
.nav-item a {
color: #330033;
}
.nav-item:first-child{
margin-right: auto;
margin-left: 2rem;
}
.popup {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 560px;
height: 270px;
padding: 20px 30px;
background: #fff;
box-shadow: 2px 2px 5px 5px rgba(0,0,0,0.15);
border-radius: 10px;
}
.popup .close-btn {
position: absolute;
top: 10px;
right: 10px;
width: 15px;
background: #888;
color: #eee;
text-align: center;
line-height: 15px;
border-radius: 15px;
cursor: pointer;
}
.popup.closed {
display: none;
}
h4{
color: #330033;
font-size: 1.4em;
padding: 0.1em;
}
#culture {
margin: 0.9em;
color: #330033;
}
#sport {
margin: 0.9em;
color: #330033;
}
#s_hebdo {
margin: 0.9em;
color: #330033;
}
#s_daily {
margin: 0.9em;
color: #330033;
}
#c_hebdo {
margin: 0.9em;
color: #330033;
}
#c_daily {
margin: 0.9em;
color: #330033;
}
hr {
margin: 1em;
color: #330033;
}
button {
color: #fcfafc;
background-color: #663366;
margin: 0.1em;
margin-left: 10em;
padding: 0.5em;
border-radius: 10px;
box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.15);
}
h3{
margin-top: 650px;
}