css-file
unknown
css
3 years ago
1.8 kB
7
Indexable
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;600&family=Quicksand:wght@300&display=swap'); * { background-color: #0a182e; margin: 0; padding: 0; box-sizing: border-box; } li, a, button { font-family: 'Montserrat', sans-serif; font-weight: 200px; font-size: 18px; color: rgb(184, 184, 184); text-decoration: none; } header { display: flex; justify-content: space-between; align-items: center; padding: 30px 3%; } .logo { font-family: 'Montserrat', sans-serif; font-weight: 600px; font-size: 34px; color: #274574; padding: 0px; cursor: pointer; transition: ease-in 0.2s; } .logo:hover { color: rgb(17, 80, 151); } .links { list-style: none; } .links li { display: inline-block; padding: 0 10px; } .links li a { transition: all 2 ease 2s; } .links li a:hover { color: rgb(13, 61, 116); } button { padding: 6px 20px; border-radius: 15px; border: none; background-color: #1f498d; color: #fff; transition: ease-out 0.3s; } button:hover { background-color: #163363; color: #cccccc; } .divInCenter { position: absolute; display: flex; left: 50%; top: 50%; transform: translate(-50%, -50%); padding: 10px; } .text { margin-top: auto; margin-bottom: auto; margin-left: 15px; letter-spacing: 2px; font-family: 'Quicksand', sans-serif; font-weight: 200px; font-size: 20px; color: rgb(167, 160, 160); text-decoration: none; transition: ease-out 0.3s; } .text:hover { color: rgb(223, 221, 221); } .competitionOwnerJPG { width: 370px; height: auto; }
Editor is loading...