Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
rohtec authored Aug 20, 2023
1 parent 989817c commit 606b7ec
Showing 1 changed file with 65 additions and 25 deletions.
90 changes: 65 additions & 25 deletions index1.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,28 @@ body {
border-bottom-right-radius: 165px;
border-bottom-left-radius: 20px;
}
@font-face {
font-family: "PoppinsExtrabold";
src: url("fonts/Poppins-ExtraBold.ttf")
format("ttf");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "PoppinsExtraboldItalic";
src: url("fonts/Poppins-ExtraBoldItalic.ttf")
format("ttf");
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: "Poppinsbold";
src: url("fonts/Poppins-Bold.ttf")
format("ttf");
font-weight: normal;
font-style: normal;
}
.nav {
display: flex;
margin:7% 0 0 7.3%;
Expand All @@ -48,7 +70,7 @@ body {
padding-right: 16%;
}
h1 {
font-family: poppins;
font-family: "Poppinsbold";
color: rgba(36,36,36,0.6);
font-weight: bolder;
font-size: 0.75rem;
Expand All @@ -62,12 +84,7 @@ h1 {
gap: 30px;
height: 0.8rem;
}
/* @font-face {
font-family: 'myFont';
src: url(fonts\Poppins-ExtraBoldItalic.ttf);
font-weight: normal;
font-style:normal;
} */

.text {
height: 4%;
}
Expand Down Expand Up @@ -115,15 +132,15 @@ img {
color:rgba(36,36,36,0.6) ;
font-weight: bolder;
font-size:25px;
font-family: poppins;
font-family: "Poppinsbold";
}
input {
border-radius: 6px;
border: 1px solid RGB(209 209 209);
color: rgba(36,36,36,0.9);
font-weight: bolder;
font-size: 28px;
font-family: poppins;
font-family: "Poppinsbold";
padding-left: 8%;
caret-color: #864CFC;
caret-shape: block;
Expand All @@ -132,7 +149,7 @@ input {
input:active,
input:focus {
outline-color:rgba(136,78,255,0.8);
font-family: poppins;
font-family: "Poppinsbold";
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
Expand All @@ -147,7 +164,7 @@ h2 {
color: rgba(21,21,21,1);
font-weight: bolder;
font-size: 5.4rem;
font-family: Poppins;
font-family: "PoppinsExtraboldItalic";
line-height: 0.9;
font-style: italic;
letter-spacing: -3.5px;
Expand All @@ -157,7 +174,7 @@ h2 {
padding-left: 7%;
display: flex;
height: 30%;
font-family: poppins;
font-family: "PoppinsExtraboldItalic";
}
span {
font-size: 4.7rem;
Expand All @@ -168,6 +185,8 @@ span {
font-weight: bolder;
word-spacing: -13px;
margin-top: -2.5%;
font-family: "PoppinsExtraboldItalic";

}
#resultYear, #resultMonth, #resultDay {
font-style: italic;
Expand All @@ -182,7 +201,7 @@ span {
display: none;
margin-top: 2%;
font-size: 0.6rem;
font-family: poppins;
font-family: "Poppinsbold";
font-weight: 500;
word-spacing: 0.5px;
color: #D51E1E;
Expand All @@ -204,7 +223,7 @@ span {
height: 14px;
width: 7.9rem;
font-size: 0.6rem;
font-family: poppins;
font-family: "Poppinsbold";
font-weight: bolder;
font-weight: 500;
word-spacing: 0.5px;
Expand All @@ -226,7 +245,28 @@ span {
background-color: rgba(0, 0, 0, 1.0);
/* cursor: zoom-in; */
}
@font-face {
font-family: "PoppinsExtrabold";
src: url("fonts/Poppins-ExtraBold.ttf")
format("ttf");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "PoppinsExtraboldItalic";
src: url("fonts/Poppins-ExtraBoldItalic.ttf")
format("ttf");
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: "Poppinsbold";
src: url("fonts/Poppins-Bold.ttf")
format("ttf");
font-weight: normal;
font-style: normal;
}
.container {
/* border: 1px solid blue;*/
background-color: rgba(240,240,240,1.0);
Expand Down Expand Up @@ -269,7 +309,7 @@ span {
padding-right: 21.8%;
}
h1 {
font-family: Poppins;
font-family: "Poppinsbold";
color: rgba(36,36,36,0.49);
font-weight: bold;
font-size: 0.61rem;
Expand Down Expand Up @@ -300,16 +340,16 @@ h1 {
/* border: 1px solid blue;*/
}
#birthDay{
width: 89%;
width: 92%;
height: 2.7rem;
margin-left: 0%;
}
#birthMonth{
width: 89%;
width: 92%;
height: 2.7rem;
}
#birthYear {
width: 89%;
width: 92%;
height: 2.7rem;
}

Expand All @@ -334,15 +374,15 @@ img {
color:rgba(36,36,36,0.6) ;
font-weight: bolder;
font-size: 1.1rem;
font-family: Poppins;
font-family: "PoppinsExtrabold";
}
input {
border-radius: 6px;
border: 1px solid RGB(209 209 209);
color: rgba(36,36,36,0.9);
font-weight: bolder;
font-size: 1.4rem;
font-family: Poppins;
font-family: "PoppinsExtrabold";
padding-left: 8%;
caret-color: #864CFC;
caret-shape: block;
Expand All @@ -361,7 +401,7 @@ h2 {
color: rgba(21,21,21,1);
font-weight: bolder;
font-size: 3.59rem;
font-family: Poppins;
font-family: "PoppinsExtraboldItalic";
line-height: 1;
font-style: italic;
letter-spacing: -5.5px;
Expand All @@ -371,7 +411,7 @@ h2 {
padding-left: 7%;
display: flex;
height: 31%;
font-family: Poppins;
font-family: "PoppinsExtrabold";
}
span {
font-size: 3.04rem;
Expand All @@ -383,7 +423,7 @@ span {
word-spacing: -10px;
margin-top: 0%;
/* font-style: italic;*/
font-family: Poppins;
font-family: "PoppinsExtraboldItalic";
}
/* #resultYear, #resultMonth, #resultDay {
font-style: italic;
Expand Down Expand Up @@ -416,7 +456,7 @@ span {
height: 14px;
width: 4.6rem;
font-size: 0.5rem;
font-family: Poppins;
font-family: "Poppinsbold";
font-weight: bolder;
font-weight: 500;
word-spacing: 0.5px;
Expand All @@ -439,7 +479,7 @@ span {
display: none;
margin-top: 2%;
font-size: 0.67rem;
font-family: Poppins;
font-family: "Poppinsbold";
font-weight: 500;
word-spacing: 0.5px;
color: #D51E1E;
Expand Down

0 comments on commit 606b7ec

Please sign in to comment.