Skip to content

Commit

Permalink
docs.css file is add
Browse files Browse the repository at this point in the history
  • Loading branch information
gajendra-ingle committed Feb 13, 2024
1 parent 099d549 commit e236165
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions docs.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
.container_docs{
/* border: 2px solid black; */
height: auto;
padding-top:50px;
text-align: center;
background-color: rgb(225, 231, 231);
border-radius: 20px;
width: 80%;
margin-left:auto;
margin-right: auto;
margin-top: 50px;
margin-bottom: 10px;
}

.container_docs h1{
font-size: 36px;
margin-top: 10px;
font-weight: 600;
}

.container_docs p{
margin-left: 5px;
text-align: left;
margin-top: 15px;
font-size: medium;
padding-bottom: 50px;
line-height : 30px;
}

.container_docs li{
text-align: left;
line-height: normal;
margin-left: 15px;
}

.special li{
line-height: 25px;
padding-top: 20px;
}

.container_docs blod{
font-weight: 900;
}

.container_docs:hover{
box-shadow: 0 0 20px 0px rgba(13, 14, 13, 0.644);
transition: 0.5s;
}

0 comments on commit e236165

Please sign in to comment.