diff --git a/_sass/_default.scss b/_sass/_default.scss index e84b621a8acbbdc50097cb929c3164413e789db1..1a071860fa8da392c63cdb6a84b1a97a800f42b5 100644 --- a/_sass/_default.scss +++ b/_sass/_default.scss @@ -100,23 +100,40 @@ img { display: block; max-width: 100%; } +.flex-cards { + display: flex; + justify-content: center; + background-color: #333333; + +} +.flex-container > div { + width: 100%; + margin: 10px; +} .card { - box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2); + box-shadow: 0 4px 8px 0 rgba(0,0,0,0.3); + margin: 5px; transition: 0.3s; border-radius: 5px; width: 30%; - background: grey; - font-size: 1em; + background: #4f4f4fff; padding: 15px; + font-size: 15px; + text-align: center; +} +div.card p { + font-size: 17px; + text-align: left; + line-height: 27px; } .card:hover { - box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2); + box-shadow: 0 12px 20px 0 rgba(0,0,0,0.5); } .button { border-radius: 8px; border: 0px; + color: #4f4f4fff; background-color: white; - color: #333333; padding: 16px 32px; text-align: center; text-decoration: none; @@ -126,9 +143,10 @@ img { -webkit-transition-duration: 0.4s; transition-duration: 0.4s; cursor: pointer; + border: 2px solid #fff; } .button:hover { - background-color: #6E827D; + background-color: #4f4f4fff; color: #FFFFFF; } blockquote { diff --git a/index.html b/index.html index ea38e7ed7184109266f5e0f46b3900e62a4da0c0..a2c8d38fd4c58fdd5a7dc05b1f2db7eeb2de2aef 100644 --- a/index.html +++ b/index.html @@ -7,11 +7,52 @@ priority: 0.9 --- -
I host a variety of services that are available for anyone to use for free. Below is a list of with descriptions of each.
Seafile is a file syncronisation service. Users upload their files to a central server and they are synced back to their mobile phone or desktop.
-I host a variety of services that are available for anyone to use free of charge. Below is a list with descriptions of each.