diff options
| author | s1n <[email protected]> | 2020-03-28 10:31:08 -0700 |
|---|---|---|
| committer | s1n <[email protected]> | 2020-03-28 10:31:08 -0700 |
| commit | 6b81836e6b9815a2996a55ad37dcaa4d89f99e42 (patch) | |
| tree | 74bb9aa78ca31a6acfffd908e34dfb0df433c707 /about/css/blog-slider.css | |
| parent | Create .gitignore (diff) | |
| download | cyne.cf-backup-master.tar.xz cyne.cf-backup-master.zip | |
Diffstat (limited to 'about/css/blog-slider.css')
| -rw-r--r-- | about/css/blog-slider.css | 16 |
1 files changed, 16 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 |