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 50: | Line 50: | ||
} | } | ||
− | . | + | body{ |
+ | margin:0; | ||
+ | } | ||
+ | |||
+ | .bg{ | ||
+ | position: absolute; | ||
+ | } | ||
+ | |||
+ | .dropdown:hover .dropdown-content { | ||
+ | display: block; | ||
+ | } | ||
+ | |||
+ | ul { | ||
list-style-type: none; | list-style-type: none; | ||
margin: 0; | margin: 0; | ||
padding: 0; | padding: 0; | ||
− | + | overflow: hidden; | |
background-color: #333; | background-color: #333; | ||
position: fixed; | position: fixed; | ||
Line 61: | Line 73: | ||
-moz-box-shadow: 0 8px 6px -6px #2c2c2c; | -moz-box-shadow: 0 8px 6px -6px #2c2c2c; | ||
box-shadow: 0 8px 6px -6px #2c2c2c; | box-shadow: 0 8px 6px -6px #2c2c2c; | ||
− | top: | + | top: 0; |
z-index: 20; | z-index: 20; | ||
} | } | ||
− | + | ||
− | + | li { | |
− | + | float: left; | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
} | } | ||
− | + | li a { | |
+ | display: block; | ||
color: white; | color: white; | ||
− | padding: | + | text-align: center; |
+ | padding: 15px 30px; | ||
text-decoration: none; | text-decoration: none; | ||
− | |||
} | } | ||
− | + | li a:hover { | |
+ | background-color: #410081; | ||
+ | } | ||
− | . | + | .active { |
+ | background-color: #9055ff; | ||
+ | } | ||
+ | |||
+ | .content{ | ||
+ | margin-top: 1000px; | ||
+ | } | ||
− | + | .image { | |
display: block; | display: block; | ||
width: 100%; | width: 100%; | ||
Line 120: | Line 134: | ||
text-align: left; | text-align: left; | ||
line-height: 1.3; | line-height: 1.3; | ||
− | |||
− | |||
− | |||
} | } | ||
</style> | </style> |