Major: Engineering
From: Boston
What do you do for fun?
"I like to read, draw and hang out with friends."
Quote:
"Andres is a bitch"
Line 90: | Line 90: | ||
text-decoration: none; | text-decoration: none; | ||
} | } | ||
+ | |||
+ | .dropdown { | ||
+ | position: relative; | ||
+ | display: inline-block; | ||
+ | } | ||
+ | |||
+ | .dropdown-content { | ||
+ | font-family: 'Raleway', sans-serif;; | ||
+ | font-size: 1.2vw; | ||
+ | display: none; | ||
+ | position: absolute; | ||
+ | top: 4.2vw; | ||
+ | background-color: #2c2c2c; | ||
+ | min-width: 160px; | ||
+ | box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); | ||
+ | z-index: 1; | ||
+ | } | ||
+ | |||
+ | .dropdown-content a { | ||
+ | color: white; | ||
+ | padding: 12px 16px; | ||
+ | text-decoration: none; | ||
+ | display: block; | ||
+ | } | ||
+ | |||
+ | .dropdown-content a:hover {background-color: #474747;} | ||
+ | |||
+ | .dropdown:hover .dropdown-content {display: block;} | ||
+ | |||
.sub a:hover { | .sub a:hover { |