aboutsummaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorNavan Chauhan <navanchauhan@gmail.com>2018-01-27 21:26:23 +0530
committerGitHub <noreply@github.com>2018-01-27 21:26:23 +0530
commitf7e6c9ead6a4e304f4891ab86ce88bbdc631b642 (patch)
tree86ea5cd9d4f54ff2fe0d82023da5f98fa91f987f /css
parent6e3881b61b1ec831df4206a52d7fb7d6ed5c0d28 (diff)
Update timeline.css
Diffstat (limited to 'css')
-rw-r--r--css/timeline.css67
1 files changed, 47 insertions, 20 deletions
diff --git a/css/timeline.css b/css/timeline.css
index 20c6d1c..d22716e 100644
--- a/css/timeline.css
+++ b/css/timeline.css
@@ -7,18 +7,8 @@
max-width: 700px;
position: relative;
}
-.timeline__content-title {
- font-weight: normal;
- font-size: 66px;
- margin: -10px 0 0 0;
- transition: .4s;
- padding: 0 10px;
- box-sizing: border-box;
- font-family: "Pathway Gothic One", sans-serif;
- color: #fff;
-}
.timeline__content-desc {
- margin: 0;
+ margin: 1;
font-size: 15px;
box-sizing: border-box;
color: rgba(255, 255, 255, 0.7);
@@ -110,8 +100,10 @@
}
}
.timeline__img {
- max-width: 100%;
- box-shadow: 0 10px 15px rgba(0, 0, 0, 0.4);
+ height: 7.9cm;
+ width: 7.9cm;
+ background-position: center center;
+ background-repeat: no-repeat;
}
.timeline-container {
width: 100%;
@@ -152,12 +144,47 @@
font-weight: normal;
}
-.demo-footer {
- padding: 60px 0;
- text-align: center;
+
+/* Start Polaroid frame and frame texture ---------- */
+.bg-img {
+ border: 10px solid #eeeeee;
+ border-bottom: 80px solid #eeeeee;
+ border-width:10%;
+ border-image: url("http://www.designbolts.com/wp-content/uploads/2013/02/Noise-Light-Grey-Tileable-Pattern-For-Website-Background.jpg") 30 30 95 30 repeat !important;
+ z-index: 9.0;
+ -webkit-box-shadow: 15px 15px 15px #777;
+ -moz-box-shadow: 13px 13px 13px #777;
+ /* box-shadow: 10px 8px 50px #000; */
+ box-shadow: 0 10px 15px rgba(0, 0, 0, 0.4);
+ background-size: cover;
+ margin:auto;
+ height: 7.9cm;
+ width: 7.9cm;
+ align-content: left;
+ align: left;
}
-.demo-footer a {
- color: #999;
- display: inline-block;
- font-family: Cardo;
+
+
+/* The image in your polaroid ---------- */
+
+
+/* Handwritten Text at the bottom of your polaroid ---------- */
+.text{
+ color:#000;
+ margin-top:0px;
+ padding:auto;
+ font-weight: normal;
+ font-size: 66px;
+ transition: .4s;
+ box-sizing: border-box;
+ font-family: "Pathway Gothic One", sans-serif;
+
+
+ text-align:center;
+ display:block;
+ background-color: transparent;
+ border: 1px solid transparent;
+ margin-right: 10px;
+ margin-bottom: 1px;
+ float:left;
}