Difference between revisions of "Team:CU Boulder/notebook"
Line 5: | Line 5: | ||
.notebook_class { | .notebook_class { | ||
− | height: | + | height: 370px; |
width: 400px; | width: 400px; | ||
background-color: #989898; | background-color: #989898; | ||
border: 1px solid red; | border: 1px solid red; | ||
+ | -webkit-box-shadow: -1px 1px 5px 5px rgba(50, 50, 50, 0.5); | ||
+ | -moz-box-shadow: -1px 1px 7px 5px rgba(50, 50, 50, 0.5); | ||
+ | box-shadow: -1px 1px 7px 5px rgba(50, 50, 50, 0.5); | ||
} | } | ||
.notebook_container { | .notebook_container { |
Revision as of 09:11, 15 September 2015
<!DOCTYPE html>