Advertisement
Kitood

Untitled

Feb 2nd, 2023
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.75 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. width: 100%;
  51. position: relative;
  52. right: 1rem;
  53.  
  54.  
  55. }
  56.  
  57.  
  58. .bar .sidebar ul li a{
  59.  
  60. color:#0D4F8B;
  61. display:block;
  62. font-size: 1.1rem;
  63. font-weight: 500;
  64.  
  65. }
  66. i{
  67. width: 30px;
  68. }
  69.  
  70.  
  71. .bar .sidebar ul li:hover{
  72. background-color: #DFF6FF ;
  73. }
  74.  
  75. .bar .sidebar ul li:hover a{
  76. color:#1363DF;
  77. transform: scale(1.1);
  78.  
  79. }
  80.  
  81. .bar .sidebar .social_media{
  82. position: absolute;
  83. bottom: 0;
  84. left: 50%;
  85. transform: translateX(-50%);
  86. display: flex;
  87. }
  88.  
  89. .bar .sidebar .social_media a{
  90. display:block ;
  91. width: 40px;
  92. height: 45px;
  93. line-height: 40px;
  94. text-align: center;
  95. margin: 0 5px;
  96. color: #0D4F8B;
  97. border-top-right-radius: 5px;
  98. border-top-left-radius: 5px;
  99.  
  100. /* SIDEBAR SECTION */
  101. }
  102. .bar .main_content{
  103. /* position:; */
  104. margin-left: 225px;
  105. width: 100%;
  106. }
  107. html{
  108. scroll-behavior: smooth;
  109. }
  110.  
  111.  
  112. h1{
  113. font-family: 'Montserrat', sans-serif;
  114. font-size: 4rem;
  115. position: relative;
  116. margin-left: 225px;
  117. left: 1rem;
  118. text-align: left;
  119. top: 10px;
  120.  
  121. }
  122. hr{
  123. background-color: black;
  124. position: relative;
  125. top: 20px;
  126. margin-left: 225px;
  127. height: 2px;
  128. width:85rem;
  129. left:14rem;
  130.  
  131. }
  132. .lsit{
  133. width:255px;
  134. position:relative;
  135. right:15px;
  136. }
  137. .apt{
  138. position: relative;
  139. top: 60px;
  140. right:4rem;
  141. font-family: 'Montserrat', sans-serif;
  142. font-size: 2rem;
  143. margin-left: 225px;
  144. justify-content: center;
  145. display: flex;
  146. /* align-items: center; */
  147. }
  148. .rot{
  149. text-decoration: none;
  150. }
  151.  
  152. .doctor .apt{
  153. position: relative;
  154. bottom: 5rem;
  155. right:4rem;
  156. }
  157.  
  158. .upload .apt{
  159. position: relative;
  160. top: 8rem;
  161. right:4rem;
  162. }
  163. .search .apt{
  164. position: relative;
  165. top: 15rem;
  166. /* left: 2rem; */
  167. }
  168. .card-ki-mkb-1{
  169. position: relative;
  170. top: 5rem;
  171. width: 75%;
  172. left: 4rem;
  173. }
  174. .damn{
  175. position: relative;
  176. top: 10rem;
  177. width: 75%;
  178. left: 4rem;
  179. border: dashed #0D4F8B;
  180. height:20rem;
  181.  
  182. }
  183. .but{
  184. position: relative;
  185. top:40px;
  186. }
  187. .tub{
  188. position:relative;
  189. right:50px;
  190. }
  191. .uh{
  192. position: relative;
  193. top: 18rem;
  194. width: 75%;
  195. left: 4rem;
  196. }
  197. .lol{
  198. position: relative;
  199. top: 22rem;
  200. width: 75%;
  201. left: 4rem;
  202. }
  203. .idk{
  204. position:relative;
  205. left: 15px;
  206. }
  207. .reer{
  208. position:relative;
  209. top:28px;
  210. right:20px;
  211. /* opacity:0; */
  212. /* width:260 */
  213. }
  214. .container{
  215. position: relative;
  216. left: 6rem;
  217. top: 1rem;
  218. }
  219. .link-mi{
  220. text-decoration: none;
  221. color:black;
  222. }
  223. .two{
  224. width: 59.33334px;
  225. position:relative;
  226. left:27px;
  227. }
  228. .der{
  229. position:relative;
  230. top:20px;
  231. }
  232.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement