mirror of
https://github.com/Rushilwiz/astute-site.git
synced 2025-04-09 23:00:18 -04:00
28 lines
386 B
CSS
Executable File
28 lines
386 B
CSS
Executable File
/****** General Styles *********/
|
|
body {...}
|
|
h1, h2, h3 {..}
|
|
p {...}
|
|
a {...}
|
|
|
|
/****** Header Style *********/
|
|
header {...}
|
|
|
|
/****** Navigation Style *********/
|
|
nav {...}
|
|
|
|
/****** Footer Style *********/
|
|
footer {...}
|
|
|
|
/****** Responsive Style *********/
|
|
|
|
@media (min-width: 768px) {
|
|
|
|
}
|
|
|
|
@media (max-width: 480px) {
|
|
|
|
}
|
|
|
|
@media (max-width: 320px) {
|
|
|
|
} |