Initial commit. Transferred from an Eclipse/Brainstorm environment to NodeJS.
This commit is contained in:
29
public/holidays.styl
Normal file
29
public/holidays.styl
Normal file
@@ -0,0 +1,29 @@
|
||||
|
||||
/* Holidays.html */
|
||||
#holidays {
|
||||
margin: 40px auto 0 auto;
|
||||
}
|
||||
#holidays #text {
|
||||
text-align: center;
|
||||
}
|
||||
#holidays p {
|
||||
font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
|
||||
font-size: .875em;
|
||||
color: black;
|
||||
}
|
||||
|
||||
@media(min-width: 860px) {
|
||||
#holidays {
|
||||
width: 860px;
|
||||
}
|
||||
.holidayImage {
|
||||
height: 444px;
|
||||
width: 860px;
|
||||
}
|
||||
}
|
||||
@media(max-width: 859px) {
|
||||
.holidayImage {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user