diff options
Diffstat (limited to 'static/style.css')
-rw-r--r-- | static/style.css | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css index 88f3b95..9b493d6 100644 --- a/static/style.css +++ b/static/style.css @@ -44,3 +44,35 @@ footer { #nextart,#prevart { max-width: 33% ; } + +h1 { + text-align: center; +} + +.majors{ + text-align: center; + align-content: center; + justify-content: center; + display: flex; + max-width: 1280px; + list-style: none; + flex-wrap: wrap; + gap: 10px; +} + +.majors > li{ + min-height: 600px; + max-width: 300px; + display: flex; + flex-direction: column; + justify-content: space-between; +} + +#read-more { + font-weight: bold; + background-color: red; + padding: 4px; + border-radius: 6px; + justify-content: center; + margin: 0 auto; +} |