Advertisement
Walyk

Untitled

Jul 25th, 2014
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.34 KB | None | 0 0
  1.  @font-face {
  2.   font-family: 'Ubuntu';
  3.   font-style: normal;
  4.   font-weight: 300;
  5.   src: local('Ubuntu Light'), local('Ubuntu-Light'), url(http://themes.googleusercontent.com/static/fonts/ubuntu/v5/_aijTyevf54tkVDLy-dlnD8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
  6. }
  7. body {
  8.  font-family: 'Ubuntu';
  9. background:#1BBC9B;
  10. display:block;
  11. }
  12. .container {
  13. width:800px;
  14. margin-top:100px;
  15. text-align:center;
  16.  margin-left: auto ;
  17.   margin-right: auto ;
  18. }
  19. .circle {
  20.     position:relative;
  21.     width:69%;
  22.     height:400px;
  23.     padding-bottom: 40%;
  24.     -moz-border-radius: 50%;
  25.     -webkit-border-radius: 50%;
  26.     border-radius: 50%;
  27.     background: white;
  28.     margin-left: auto ;
  29.     margin-right: auto ;
  30.     padding:90px 40px 60px 40px
  31. }
  32. .logo {
  33. padding-bottom:50px;
  34. display:block;
  35. }
  36. .input {
  37. padding:13px 20px 13px 20px;
  38.   font-family: 'Ubuntu';
  39. font-size:20px;
  40. border:1px solid #F08573;
  41. border-radius:2px;
  42. }
  43. #simple-post {
  44. width:200px;
  45. height:52px;
  46. padding:13px 20px 17px 20px;
  47. font-size:20px;
  48. color:white;
  49. font-family: 'Ubuntu';
  50. text-decoration:none;
  51. background-color:#F08573;
  52. border:1px solid #F08573;
  53. border-radius:2px;
  54. cursor:pointer;
  55. border-bottom:2px solid #D34E30;
  56. }
  57. .clear {
  58. padding-top:20px;
  59. padding-bottom:20px;
  60. }
  61. .footer a{
  62. padding-top:50px;
  63. cursor:pointer;
  64. color:#404040;
  65. font-family: 'Ubuntu';
  66. text-decoration:none;
  67. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement