style.css 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. ul,li {
  2. list-style: none;
  3. display: flex;
  4. margin-left: 25px;
  5. justify-content: center
  6. }
  7. a {
  8. text-decoration: none;
  9. color: black;
  10. font-family: "Roboto Slab", serif;
  11. font-optical-sizing: auto;
  12. font-weight: bold;
  13. font-style: normal;
  14. font-size: 24px;
  15. }
  16. .banner {
  17. background-color: black;
  18. height: auto;
  19. border-radius: 50px;
  20. padding: 50px;
  21. }
  22. .banner_text {
  23. color: white;
  24. font-family: "Roboto Slab", serif;
  25. font-optical-sizing: auto;
  26. font-weight: bold;
  27. font-style: normal;
  28. font-size: 24px;
  29. margin-right: 150px;
  30. }
  31. .banner-p {
  32. width: 300px;
  33. margin-top: 25px;
  34. font-family: "Roboto Slab", serif;
  35. font-optical-sizing: auto;
  36. font-weight:400;
  37. font-style: normal;
  38. font-size: 16px;
  39. }
  40. .banner-img {
  41. border-radius: 25px;
  42. }
  43. h2 {
  44. color: white;
  45. }
  46. .portfolio {
  47. color: white;
  48. font-family: "Roboto Slab", serif;
  49. font-optical-sizing: auto;
  50. font-weight: bold;
  51. font-style: normal;
  52. font-size: 24px;
  53. }
  54. .forus {
  55. color: white;
  56. font-family: "Roboto Slab", serif;
  57. font-optical-sizing: auto;
  58. font-weight: bold;
  59. font-style: normal;
  60. font-size: 24px;
  61. }
  62. .forus-text {
  63. color: white;
  64. font-family: "Roboto Slab", serif;
  65. font-optical-sizing: auto;
  66. font-weight: 400;
  67. font-style: normal;
  68. font-size: 20px;
  69. }