Kitood

Untitled

Feb 3rd, 2023
26
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.56 KB | None | 0 0
  1. @import url('https://fonts.googleapis.com/css2?family=Noto+Sans&display=swap');
  2. @import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
  3. @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300&display=swap');
  4.  
  5. *{
  6. font-family: 'Montserrat', sans-serif;
  7. margin: 0;
  8. padding: 0;
  9. box-sizing: border-box;
  10. list-style: none;
  11. text-decoration: none;
  12.  
  13. }
  14.  
  15. body{
  16. background-color: #ffffff;
  17.  
  18. }
  19.  
  20. /* SIDEBAR SECTION */
  21. .bar{
  22. display: flex;
  23. position: relative;
  24.  
  25. }
  26. .bar .sidebar{
  27. position: fixed;
  28. width: 225px;
  29. height: 100%;
  30. background: rgba(138, 234, 234, 0.375);
  31. padding: 35px 0;
  32.  
  33.  
  34. }
  35. .bar .sidebar h2{
  36. color: #0D4F8B ;
  37. /* text-transform:; */
  38. text-align: center;
  39. margin-bottom: 30px;
  40. }
  41.  
  42. .bar .sidebar ul li{
  43. padding: 30px;
  44. font-family: 'Poppins',sans-serif;
  45. border-bottom: 1px solid #bdb8d7;
  46. border-bottom: 1px solid rgba(0,0,0,0.05);
  47. border-top: 1px solid rgba(225,225,225,0.05);
  48. transition: transform .2s;
  49. background: #CBF1F5;
  50.  
  51.  
  52. }
  53.  
  54. .bar .sidebar ul li a{
  55.  
  56. color:#0D4F8B;
  57. display:block;
  58. font-size: 1.1rem;
  59. font-weight: 500;
  60.  
  61. }
  62. i{
  63. width: 30px;
  64. }
  65.  
  66.  
  67. .bar .sidebar ul li:hover{
  68. background-color: #DFF6FF ;
  69. }
  70.  
  71. .bar .sidebar ul li:hover a{
  72. color:#1363DF;
  73. transform: scale(1.1);
  74.  
  75. }
  76.  
  77. .bar .sidebar .social_media{
  78. position: absolute;
  79. bottom: 0;
  80. left: 50%;
  81. transform: translateX(-50%);
  82. display: flex;
  83. }
  84.  
  85. .bar .sidebar .social_media a{
  86. display:block ;
  87. width: 40px;
  88. height: 45px;
  89. line-height: 40px;
  90. text-align: center;
  91. margin: 0 5px;
  92. color: #0D4F8B;
  93. border-top-right-radius: 5px;
  94. border-top-left-radius: 5px;
  95.  
  96. /* SIDEBAR SECTION */
  97. }
  98. .bar .main_content{
  99. margin-left: 200px;
  100. width: 100%;
  101. }
  102. html, body {
  103. max-width: 100%;
  104. overflow-x: hidden;
  105. }
  106.  
  107. html{
  108. scroll-behavior: smooth;
  109. }
  110. .msg{
  111. position: relative;
  112. left: 10rem;
  113. top: 18rem;
  114. margin-left: 225px;
  115. width: 65%;
  116.  
  117. }
  118.  
  119.  
  120. h1{
  121. font-family: 'Montserrat', sans-serif;
  122. font-size: 4rem;
  123. position: relative;
  124. margin-left: 225px;
  125. left: 1rem;
  126. text-align: left;
  127. top: 10px;
  128.  
  129. }
  130. .der{
  131. position:relative;
  132. top:20px;
  133. }
  134. hr{
  135. background-color: black;
  136. position: relative;
  137. top: 20px;
  138. left: 14rem;
  139. margin-left: 225px;
  140. height: 2px;
  141. width: 85rem;
  142.  
  143. }
  144. .lsit{
  145. width:255px;
  146. position:relative;
  147. right:30px;
  148. }
  149.  
  150. .rot{
  151. text-decoration: none;
  152. }
  153. .apt{
  154. position: relative;
  155. top: 60px;
  156. font-family: 'Montserrat', sans-serif;
  157. font-size: 2rem;
  158. margin-left: 225px;
  159. justify-content: center;
  160. display: flex;
  161. /* align-items: center; */
  162. }
  163.  
  164. .apt1{
  165. position: relative;
  166. top: 14rem;
  167. left: 46rem;
  168. /* right: 5rem; */
  169. }
  170. .lines .apt{
  171. position: relative;
  172. top: 5rem;
  173. /* left: 4rem; */
  174. }
  175.  
  176. .pres .apt{
  177. position: relative;
  178. top: 12rem;
  179. left: 1rem;
  180. margin-bottom: 5rem;
  181.  
  182. }
  183.  
  184. .pat{
  185. position:relative;
  186. top:12rem;
  187. width:55%;
  188. left: 8rem;
  189. border:dashed #0D4F8B;
  190. height:23rem;
  191. }
  192. .mer{
  193. position:relative;
  194. top:17rem;
  195. width:55%;
  196. left: 8rem;
  197. border:dashed #0D4F8B;
  198. height:20rem;
  199.  
  200. }
  201.  
  202. .dabba1{
  203. position: relative;
  204. /* right: 5.5rem; */
  205. top: 7rem;
  206. left: 8rem;
  207. width: 70%;
  208. margin-bottom: 2rem;
  209. }
  210. .two{
  211. width: 59.33334px;
  212. position:relative;
  213. left:27px;
  214. }
  215. .link-mi{
  216. text-decoration: none;
  217. color:black;
  218. }
  219.  
Add Comment
Please, Sign In to add comment