123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778 |
- ul,li {
- list-style: none;
- display: flex;
- margin-left: 25px;
- justify-content: center
- }
- a {
- text-decoration: none;
- color: black;
- font-family: "Roboto Slab", serif;
- font-optical-sizing: auto;
- font-weight: bold;
- font-style: normal;
- font-size: 24px;
- }
- .banner {
- background-color: black;
- height: auto;
- border-radius: 50px;
- padding: 50px;
- }
- .banner_text {
- color: white;
- font-family: "Roboto Slab", serif;
- font-optical-sizing: auto;
- font-weight: bold;
- font-style: normal;
- font-size: 24px;
- margin-right: 150px;
- }
- .banner-p {
- width: 300px;
- margin-top: 25px;
- font-family: "Roboto Slab", serif;
- font-optical-sizing: auto;
- font-weight:400;
- font-style: normal;
- font-size: 16px;
- }
- .banner-img {
- border-radius: 25px;
- }
- h2 {
- color: white;
- }
- .portfolio {
- color: white;
- font-family: "Roboto Slab", serif;
- font-optical-sizing: auto;
- font-weight: bold;
- font-style: normal;
- font-size: 24px;
- }
- .forus {
- color: white;
- font-family: "Roboto Slab", serif;
- font-optical-sizing: auto;
- font-weight: bold;
- font-style: normal;
- font-size: 24px;
- }
- .forus-text {
- color: white;
- font-family: "Roboto Slab", serif;
- font-optical-sizing: auto;
- font-weight: 400;
- font-style: normal;
- font-size: 20px;
- }
|