Advertisement
Guest User

index.css

a guest
Feb 27th, 2020
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.41 KB | None | 0 0
  1. .not-displayed {
  2.     display: none;
  3. }
  4.  
  5. form {
  6.     border-bottom: 1px solid #ddd;
  7.     padding-bottom: 5px;
  8. }
  9.  
  10. #code-input {
  11.     font-size: 25px;
  12. }
  13.  
  14. #camera-btn {
  15.     font-size: 22px;
  16. }
  17.  
  18. #title {
  19.     font-size: 16px;
  20. }
  21.  
  22. #summary {
  23.     font-size: 35px;
  24. }
  25.  
  26.     #summary img {
  27.         float: right;
  28.     }
  29.  
  30. #error-msg {
  31.     text-align: center;
  32.     margin-top: 50%;
  33.     font-weight: bold;
  34. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement