Skip to content

Commit

Permalink
ossamamehmood
Browse files Browse the repository at this point in the history
  • Loading branch information
ossamamehmood committed Oct 29, 2023
1 parent 0e2f861 commit 1ba2fc9
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
1 change: 1 addition & 0 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
*{
font-family: 'Poppins',cursive;
}

body{
color: azure;
width: 100;
Expand Down
19 changes: 15 additions & 4 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

body,
html {

margin: 0;
padding: 0;
height: 100%;
Expand All @@ -21,6 +22,7 @@ body {
-webkit-flex-direction: column;
-webkit-font-smoothing: antialiased;
-webkit-justify-content: center;
background-color: black;
}

body, input {
Expand All @@ -37,7 +39,7 @@ body, input {
}

#cite {
color: #B0B5B9;
color: #cfc5c5;
font-size: 1.2rem;
line-height: 1;
margin: 0 0 0 2px;
Expand Down Expand Up @@ -69,7 +71,9 @@ body, input {


.count {
color: #494949;
background: linear-gradient(90deg, rgba(179,0,255,1) 5%, rgba(231,0,255,1) 50%, rgba(255,0,254,1) 95%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
margin: 0;
font-size: 6rem;
line-height: 1;
Expand Down Expand Up @@ -98,8 +102,15 @@ input {
border-width: 1px;
border-style: solid;
border-radius: 0.25rem;
border-color: #CCC;
background-color: #FFF;
background-color: black;
color: transparent;
-webkit-background-clip: text;
background-clip: text;
background-image: linear-gradient(90deg, rgba(179,0,255,1) 5%, rgba(231,0,255,1) 50%, rgba(255,0,254,1) 95%);
}

input[type="date"] {
color: linear-gradient(90deg, rgba(179,0,255,1) 5%, rgba(231,0,255,1) 50%, rgba(255,0,254,1) 95%);
}

button {
Expand Down

0 comments on commit 1ba2fc9

Please sign in to comment.