Untitled
unknown
plain_text
2 years ago
924 B
4
Indexable
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300&display=swap'); body { font-family: "Montserrat", sans-serif; line-height: 1.7; } .padding{ padding-top: 100px; padding-bottom: 100px; } a { text-decoration: none; } .navbar .nav-item .nav-link { color: #5CC0DE; } .border-hover { transition: all 0.4s ease-out; border: 2px solid transparent; } .border-hover:hover { border-color: #F2F4F6; background-color: #0F2537; } .border2-hover { transition: all 0.4s ease-out; border: 2px solid transparent; } .border2-hover:hover { background-color: #0F2537; } .work { background-color: #20374C; } #Portfolio { background-color: #F2F4F6; } #Education { background-color: #F2F4F6; } .icon { color: #5bc0de; font-size: 40px; } .Contact Info { line-height: 5rem; } .img { width: 150px; height: 80px; }
Editor is loading...