diff options
Diffstat (limited to 'about/css')
| -rw-r--r-- | about/css/blog-slider.css | 16 | ||||
| -rw-r--r-- | about/css/loader-animation.css | 1 | ||||
| -rw-r--r-- | about/css/main.css | 15 |
3 files changed, 32 insertions, 0 deletions
diff --git a/about/css/blog-slider.css b/about/css/blog-slider.css new file mode 100644 index 0000000..995faff --- /dev/null +++ b/about/css/blog-slider.css @@ -0,0 +1,16 @@ +.blog-slider { + /* width: 95%; */ + position: relative; + max-width: auto; + margin: auto; + background: #fff; + -webkit-box-shadow: 0px 14px 80px rgba(34, 35, 58, 0.2); + box-shadow: 0px 14px 80px rgba(34, 35, 58, 0.2); + padding: 25px; + border-radius: 25px; + height: auto; + -webkit-transition: all .3s; + transition: all .3s; + /* margin-top: -15px; /*for exact positioning */ + /* margin-top: -5%; /* for relative positioning */ +}
\ No newline at end of file diff --git a/about/css/loader-animation.css b/about/css/loader-animation.css index ab09bc7..6e3bd1b 100644 --- a/about/css/loader-animation.css +++ b/about/css/loader-animation.css @@ -5,6 +5,7 @@ ** background: #fdfdfd; ** } */ + .loader-wrapper { width: 100%; height: 100%; diff --git a/about/css/main.css b/about/css/main.css index 0d2f978..1e63547 100644 --- a/about/css/main.css +++ b/about/css/main.css @@ -9,4 +9,19 @@ .bio { font-size: 22px; padding-top: 100px +} + +.title2 { + text-align: none; + background-color: #fcac94; + -webkit-box-shadow: 0 7px 30px -10px #fcac94, 0 7px 30px -10px #fcac94; + box-shadow: 0 7px 30px -10px #fcac94, 0 7px 30px -10px #fcac94; + -webkit-transition: background-color 0.15s ease-in-out; + transition: background-color 0.15s ease-in-out; + width: 456px; +} + +.disclaimer { + font-size: 17px; + font-weight: 600; }
\ No newline at end of file |