marichdaking

Maric Banking UI

Jan 25th, 2022 (edited)
21
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.82 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <title>Marich Kastm Banking</title>
  5. <meta charset="utf-8">
  6. <meta name="viewport" content="width=device-width, initial-scale=1">
  7. <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet">
  8. <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"></script>
  9. <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
  10. </head>
  11.  
  12. <style>
  13. .body {
  14. margin: 0;
  15. padding: 0;
  16. }
  17.  
  18. .banka {
  19. position: absolute;
  20. width: 1000px;
  21. height: 700px;
  22. top: 20%;
  23. left: 13%;
  24. background-color: #13101b;
  25. background-position: center;
  26. }
  27.  
  28. .gumbic {
  29. position: absolute;
  30. transition: background-color 0.5s ease;
  31. top: 20px;
  32. right: 20px;
  33. width: 50px;
  34. height: 50px;
  35. border: none;
  36. background-color: #f60845;
  37. transform: skew(-10deg, 0deg)
  38. }
  39.  
  40. .gumbic:hover {
  41. position: absolute;
  42. top: 20px;
  43. right: 20px;
  44. width: 50px;
  45. height: 50px;
  46. border: none;
  47. background-color: #930429;
  48. transform: skew(-10deg, 0deg)
  49. }
  50.  
  51. .fa {
  52. display: inline-block;
  53. width: 1em;
  54. height: 1em;
  55. color: #fff;
  56.  
  57. }
  58.  
  59. .kolune {
  60. display: flex;
  61. position: absolute;
  62. width: 400px;
  63. height: 500px;
  64. background-color: transparent;
  65. border: 1px solid #fff;
  66. top: 15%;
  67. left: 5%;
  68. }
  69.  
  70. .balance {
  71. position: absolute;
  72. width: 350px;
  73. height: 100px;
  74. background-color: #e0ff2d;
  75. transition: background-color 0.5s ease;
  76. box-shadow: 5px 5px 5px 1px #0000007a;
  77. border: 1px solid #fff;
  78. top: 3%;
  79. left: 6%;
  80. }
  81.  
  82. .balance:hover {
  83. position: absolute;
  84. width: 350px;
  85. height: 100px;
  86. background-color: #86991b;
  87. border: 1px solid #fff;
  88. top: 3%;
  89. left: 6%;
  90. }
  91.  
  92. .deposit {
  93. position: absolute;
  94. width: 350px;
  95. height: 100px;
  96. background-color: #292843;
  97. box-shadow: 5px 5px 5px 1px #0000007a;
  98. transition: background-color 0.5s ease;
  99. border: 1px solid #fff;
  100. top: 51%;
  101. left: 6%;
  102. }
  103.  
  104. .deposit:hover {
  105. position: absolute;
  106. width: 350px;
  107. height: 100px;
  108. background-color:#181828;
  109. border: 1px solid #fff;
  110.  
  111. }
  112.  
  113.  
  114.  
  115. .transakcije {
  116. position: absolute;
  117. width: 350px;
  118. height: 100px;
  119. background-color: #fff;
  120. transition: background-color 0.5s ease;
  121. border: 1px solid #fff;
  122. top: 27%;
  123. left: 6%;
  124. }
  125.  
  126. .transakcije:hover {
  127. position: absolute;
  128. width: 350px;
  129. height: 100px;
  130. background-color: #999999;
  131. box-shadow: 5px 5px 5px 1px #0000007a;
  132. border: 1px solid #fff;
  133. top: 27%;
  134. left: 6%;
  135. }
  136.  
  137.  
  138.  
  139. .withdraw {
  140. position: absolute;
  141. width: 350px;
  142. height: 100px;
  143. background-color: #292843;
  144. transition: background-color 0.5s ease;
  145. border: 1px solid #fff;
  146. top: 76%;
  147. left: 6%;
  148. }
  149.  
  150. .withdraw:hover {
  151. position: absolute;
  152. width: 350px;
  153. height: 100px;
  154. background-color:#181828;
  155. border: 1px solid #fff;
  156. top: 76%;
  157. left: 6%;
  158. }
  159.  
  160.  
  161.  
  162.  
  163.  
  164. .univerzitet {
  165. position: absolute;
  166. text-align: center;
  167. padding-top: 7px;
  168. padding-right: 3px;
  169. top: 20px;
  170. left: 20px;
  171. background-color: rgba(0, 0, 0, 0.17);
  172.  
  173. width: 50px;
  174. height: 50px;
  175. transform: skew(-5deg, 0deg);
  176. }
  177.  
  178. .tekst {
  179. position: absolute;
  180. color: black;
  181. top: 20px;
  182. left: 25%;
  183. font-size: 20px;
  184. font-weight: normal;
  185. padding-left: 10px;
  186.  
  187. }
  188. .tekst-2 {
  189. position: absolute;
  190. color: black;
  191. top: 43px;
  192. left: 25%;
  193. font-size: 25px;
  194. font-weight: bold;
  195. padding-left: 10px;
  196. }
  197.  
  198. .tekst-3 {
  199. position: absolute;
  200. color: black;
  201. top: 25px;
  202. left: 25%;
  203. font-size: 30px;
  204. font-weight: bold;
  205. padding-left: 10px;
  206. }
  207.  
  208. .tekst-4 {
  209. position: absolute;
  210. color: white;
  211. top: 25px;
  212. left: 27%;
  213. font-size: 30px;
  214. font-weight: bold;
  215. padding-left: 10px;
  216. }
  217.  
  218. .tekst-5 {
  219. position: absolute;
  220. color: rgb(255, 255, 255);
  221. top: 25px;
  222. left: 29%;
  223. font-size: 30px;
  224. font-weight: bold;
  225. padding-left: 10px;
  226. }
  227.  
  228. .ikonica-user {
  229. position: absolute;
  230. width: 70px;
  231. height: 70px;
  232. background-color: #0094ff;
  233. top: 20px;
  234. left: 60px;
  235. padding-top: 18px;
  236. padding-left: 17px;
  237. transform: skew(-10deg, 0deg)
  238. }
  239.  
  240. .dobrodosao {
  241. position: absolute;
  242. color: #fff;
  243. font-size: 25px;
  244. top: 20px;
  245. left: 150px
  246. }
  247.  
  248. .ime-korisnika {
  249. position: absolute;
  250. color: #fff;
  251. font-size: 25px;
  252. top: 50px;
  253. left: 155px
  254. }
  255.  
  256. .modal {
  257. width: 100px;
  258. height: 100vh;
  259. background-color: black;
  260. border-radius: 10px;
  261. }
  262.  
  263. </style>
  264. <body>
  265. <div class="banka">
  266. <div class="top">
  267. <button class="gumbic"><i class="fa fa-times fa-2x"></i></button>
  268. <div class="korisnik">
  269. <div class="ikonica-user"><i class="fa fa-university fa-2x"></i></div>
  270. <h1 class="dobrodosao">Dobrodosli</h1>
  271. <h1 class="ime-korisnika">Dragan Maric</h1>
  272. </div>
  273. <div class="kolune">
  274. <button class="balance">
  275. <div class="univerzitet"><i class="fa fa-university fa-2x"></i></div>
  276. <h1 class="tekst">Stanje</h1>
  277. <h1 class="tekst-2">300.000$</h1>
  278. </button>
  279. <button class="transakcije">
  280. <div class="univerzitet"><i class="fa fa-retweet fa-2x"></i></div>
  281. <h1 class="tekst-3">TRANSAKCIJE</h1>
  282. </button>
  283. <button class="deposit">
  284. <div class="univerzitet"><i class="fa fa-dollar fa-2x"></i></div>
  285. <h1 class="tekst-4">ISPLATE</h1>
  286. </button>
  287.  
  288. <button class="withdraw">
  289. <div class="univerzitet"><i class="fa fa-arrow-up fa-2x"></i></div>
  290. <h1 class="tekst-5">UPLATE</h1>
  291. </button>
  292.  
  293. </div>
  294.  
  295. </div>
  296. </div>
  297. </div>
  298. <div class="modal">
  299. <h1>nesto</h1>
  300. </div>
  301.  
  302. </body>
  303. </html>
Add Comment
Please, Sign In to add comment