Tyleo-Dev-WebTraining-Oldies/Website Training/1/style.css

64 lines
743 B
CSS
Raw Normal View History

2024-02-18 21:24:34 +00:00
* {
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
ul {
position: relative;
text-decoration: none;
display: inline;
padding: 8px;
background-color: cornflowerblue;
text-decoration: none;
}
ul li {
list-style: none;
align-content: center;
text-align: center;
display: inline;
}
ul li a {
text-decoration: none;
list-style: none;
align-content: center;
text-align: center;
display: inline;
}
ul li a:hover {
position: relative;
text-decoration: none;
display: inline;
padding: 8px;
background-color: cornflowerblue;
text-decoration: none;
}