diff --git a/css/custom.css b/css/custom.css index 9b2eb68..09bbb36 100644 --- a/css/custom.css +++ b/css/custom.css @@ -50,6 +50,41 @@ .subscribe-1 .email-subscribe { margin-bottom: 50px !important; } +.twitter-feed-box +{ + background-image: url("img/codeheat-friends.jpg"); + background-size: cover; + height: 80vh; + overflow: hidden; +} +.twitter-feed +{ + position:relative ; + /* height: 100%; */ +} +.top-border +{ + position: relative; +} +.top-border span +{ + display: block; + position: absolute; + font-size: 12px; + background-color: rgba(0, 0, 0, 0.7); + padding-left:2px; + padding-right:2px; + border-radius:6px ; + width:fit-content; + top:5px ; + left:5px ; + +} +.twitter-feed i +{ + background-color: white; + border-radius:7px ; +} .newsletter-name{ padding-right: 0px; } diff --git a/index.html b/index.html index 5c2d163..41860c3 100644 --- a/index.html +++ b/index.html @@ -2296,35 +2296,38 @@