Advertisement
tvilling53

log_paa.css

Jun 4th, 2018
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.38 KB | None | 0 0
  1. .box1
  2. { width:600px;
  3. margin-left:calc(50% - 300px);
  4. float:left
  5. }
  6. .h1
  7. { margin-top:5%;
  8. font-size:50px;
  9. text-align:center;
  10. }
  11. .h2
  12. { text-align:center;
  13. margin-top:20px
  14. }
  15. .fejl
  16. { font-weight:bold;
  17. height:35px;
  18. font-size:18px;
  19. width:500px;
  20. margin-left:50px;
  21. border:none;
  22. text-align:center;
  23. }
  24. .log1
  25. { font-weight:bold;
  26. height:35px;
  27. font-size:18px;
  28. width:500px;
  29. margin-left:calc(50% - 250px);
  30. border:1px solid black;
  31. text-align:center;
  32. margin-top:20px;
  33. }
  34. .log2
  35. { font-weight:bold;
  36. height:35px;
  37. font-size:18px;
  38. width:245px;
  39. border:1px solid black;
  40. margin-top:5px;
  41. float:left;
  42. margin-left:50px;
  43. border-radius:7px;
  44. }
  45. .log3
  46. { font-weight:bold;
  47. height:35px;
  48. font-size:18px;
  49. width:245px;
  50. border:1px solid black;
  51. margin-top:5px ;
  52. text-align:center;
  53. float:left;
  54. margin-left:10px;
  55. border-radius:7px;
  56. }
  57. .glemt
  58. { width:495px;
  59. text-align:center;
  60. font-size:22px;
  61. height: 35px;
  62. margin-left:calc(50% - 250px);
  63. padding: 6px;
  64. }
  65. .line10
  66. { height:10px
  67. }
  68. .ramme
  69. { border:solid 1px black;
  70. border-radius:7px;
  71. }
  72. a:link{color:black; text-decoration:none}
  73. a:visited{ color:black; text-decoration:none}
  74. a:hover{font-weight:bold;}
  75. button:hover{font-weight:bold;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement