Files

59 lines
768 B
CSS
Raw Permalink Normal View History

2022-04-22 13:39:47 +02:00
body{
margin: 5%;
background-color: rgb(53, 53, 61);
color: aliceblue;
}
li{
float: left;
2022-04-22 18:43:37 +02:00
margin: 6%;
2022-04-22 13:39:47 +02:00
padding: 1.3%;
background-color: white;
font-size: larger;
border: 1px solid black;
border-radius: 10%;
}
li a{
color: rgb(53, 53, 61);
}
ul{
list-style-type: none;
margin-left: 3%;
margin-right: auto;
}
a:link {
text-decoration: none;
}
a:visited {
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
a:active {
text-decoration: underline;
}
2022-04-22 18:43:37 +02:00
#nyelvek div div{
float: left;
margin: 5%;
margin-left: 13%;
padding: 2%;
}
#nyelvek div div a {
2022-04-22 13:39:47 +02:00
color: white;
font-size: larger;
font-weight: 600;
}
2022-04-22 18:43:37 +02:00
2022-04-22 13:39:47 +02:00
button{
border: none;
background-color: white;
}