Files
Portfolio/src/App.css

74 lines
1.5 KiB
CSS
Raw Normal View History

2022-05-08 23:27:29 +05:30
.App {
text-align: center;
2022-07-19 00:39:23 +05:30
background-color: black;
2022-05-08 23:27:29 +05:30
position: absolute;
top: 0px;
right: 0px;
left: 0px;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
color: azure;
2022-07-18 23:17:31 +05:30
overflow: hidden
2022-05-08 23:27:29 +05:30
}
2022-05-08 19:03:39 +05:30
.App-logo {
2022-05-08 23:27:29 +05:30
height: 40vmin;
pointer-events: none;
}
@media (prefers-reduced-motion: no-preference) {
.App-logo {
animation: App-logo-spin infinite 20s linear;
}
}
.App-header {
2022-07-19 00:39:23 +05:30
background-color: black;
2022-05-08 23:27:29 +05:30
min-height: 100vh;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
font-size: calc(10px + 2vmin);
color: white;
}
.App-link {
color: #61dafb;
}
@keyframes App-logo-spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
.About {
width: 100%;
position: absolute;
top: 120px;
bottom: 0px;
2022-05-09 00:26:04 +05:30
left: 0px;
right: 0px;
2022-05-08 23:27:29 +05:30
}
hr {
width: 70%;
margin-left: 15% !important;
margin-right: 15% !important;
border: 10px solid aquamarine;
}
.publications {
margin-top: 230px;
}
.slick-dots button:before {
color: grey !important;
}
.slick-dots li.slick-active button:before {
color: White !important;
}