Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
55 changes: 30 additions & 25 deletions Style/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ body{
header{
background-color: hsl(197, 71%, 80%);
box-sizing: border-box;

text-align: center;
width: 100%;
height: auto;
Expand All @@ -38,9 +38,9 @@ header{
text-transform: uppercase;
color:black;
text-decoration: none;

-webkit-text-stroke: 0.015em rgba(255,255,255,0.5);

}


Expand All @@ -50,24 +50,24 @@ header{
width: 100%;
height: 90vh;


}

.fileList{
width: 15%;
height: 100%;

}
.textContent{
width: 85%;
height: 100%;
/* padding-left: 0px;
padding-right: 0px; */

}

.a{

background-color: gainsboro;
border-radius: 4px;
height: 85%;
Expand All @@ -81,11 +81,11 @@ header{
/* margin: 0px 1em; */
/* margin-right: 1em; */
width: 100%;
height: 100%;
height: 100%;
position:relative;
resize: none;
display: inline-block;
display: inline-block;

}
.toolStyle{
padding-left: 2vw;
Expand All @@ -95,7 +95,7 @@ header{
display: flex;
background-color: rgb(195, 208, 222);
border-radius: 4px;

}
.tool>h5{
margin: auto;
Expand All @@ -105,13 +105,13 @@ header{
width: 70%;
margin-bottom: em;
display: flex;

/* overflow: scroll; */
}


#save{

cursor: pointer;
outline: 0;
color: #fff;
Expand All @@ -126,23 +126,23 @@ header{
font-size: 16px;
border-radius: .25rem;
transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;






}
#save:hover{


color: #fff;
background-color: #2be33b;
border-color: #6bd846;


}
#deleteAll{
margin: auto 16px;

cursor: pointer;
outline: 0;
color: #fff;
Expand All @@ -157,7 +157,7 @@ header{
font-size: 16px;
border-radius: .25rem;
transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;


}
#heading
Expand Down Expand Up @@ -201,7 +201,7 @@ header{
}
#emp-nonemp{
margin: auto 16px;

cursor: pointer;
outline: 0;
display: inline-block;
Expand All @@ -215,7 +215,6 @@ header{
border-radius: .25rem;
transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
color: #0d6efd;

/* uncomment these to get distant buttons */
display: flex;
align-items: center;
Expand All @@ -226,7 +225,7 @@ header{
#emp-nonemp :hover {
color: #000000;
background-color: #0d6efd;

}
#underline-normal{
margin: auto 16px;
Expand All @@ -238,7 +237,6 @@ header{
}
#bold-plain{
margin: auto 16px;

cursor: pointer;
outline: 0;
display: inline-block;
Expand Down Expand Up @@ -306,5 +304,12 @@ background-color: #f1f1f1;

ul>li:hover{
color: bisque;

}

.del {
font-size: 18px;
padding: 4px;
background: azure;
border-radius: 50%;
margin: 11px;
}
Loading