nehalelkaref commited on
Commit
bb76d82
·
1 Parent(s): c50b71e

Update static/CSS/style.css

Browse files
Files changed (1) hide show
  1. static/CSS/style.css +11 -1
static/CSS/style.css CHANGED
@@ -72,6 +72,16 @@ html {
72
  transform: translate(-50%, -50%);
73
  }
74
 
 
 
 
 
 
 
 
 
 
 
75
  @keyframes blink {
76
  0% {
77
  opacity: 1;
@@ -86,4 +96,4 @@ html {
86
  img {
87
  animation: blink 2s;
88
  animation-iteration-count: infinite;
89
- }
 
72
  transform: translate(-50%, -50%);
73
  }
74
 
75
+ .gulftext{
76
+ transform: translate(-20%, -70%);
77
+ text-align: center;
78
+ z-index: 70;
79
+ }
80
+ .gulfimg {
81
+ transform: translate(-20%, 45%);
82
+ animation: blink 2s;
83
+ animation-iteration-count: infinite;
84
+ }
85
  @keyframes blink {
86
  0% {
87
  opacity: 1;
 
96
  img {
97
  animation: blink 2s;
98
  animation-iteration-count: infinite;
99
+ }