Advertisement
ericericeric

Untitled

May 26th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.96 KB | None | 0 0
  1. * {
  2. margin: 0;
  3. padding: 0;
  4. }
  5. body, html {
  6. font-family: 'Roboto', sans-serif;
  7. font-size: 15px;
  8. line-height: 26px;
  9. font-weight: 300;
  10. background: #CBC9CF;
  11. margin: 0;
  12. }
  13. .container{
  14. max-width: 1226px;
  15. padding-right: 15px;
  16. padding-left: 15px;
  17. margin-right: auto;
  18. margin-left: auto;
  19. }
  20.  
  21. /* FLEX CONTAINER */
  22. .flex-container{
  23. display: flex;
  24. display: -webkit-box;
  25. display: -webkit-flex;
  26. display: -ms-flexbox;
  27. flex-flow:wrap;
  28. justify-content:space-around;
  29. align-items: center;
  30. align-content: center;
  31. }
  32. .flex-container>div {
  33. justify-content:space-around;
  34. align-items: center;
  35. margin-bottom: 20px;
  36. text-align: center;
  37. min-height: 150px;
  38. font-size: 30px;
  39. }
  40. .flex-container>div>h3{
  41. margin-top: 3px;
  42. }
  43.  
  44. /* APARTAT INICI */
  45. .perque-nosaltres-container{
  46. margin-bottom: 30px;
  47. }
  48. .perque-nosaltres-titol{
  49.  
  50. }
  51. .perque-nosaltres-contingut{
  52. width: auto;
  53. }
  54. .perque-nosaltres-icones{
  55. margin-right: 25px;
  56. float: left;
  57.  
  58. }
  59. .perque-nosaltres-descripcio-icones{
  60. max-width: 100%;
  61. text-align: justify;
  62. }
  63. .perque-nosaltres-descripcio-icones p{
  64. display: block;
  65. }
  66.  
  67. .caracteristiques{
  68.  
  69. }
  70. .color-caracteristiques{
  71. background-color:
  72. }
  73.  
  74. .millors-serveis{
  75. text-align: center;
  76. }
  77. .millors-serveis-titol{
  78. background-color: #121F27;
  79. color: #fff;
  80. padding-top: 30px;
  81. padding-bottom: 30px;
  82. text-transform: uppercase;
  83. }
  84.  
  85. /* APARTAT SERVEIS */
  86. .imatges-serveis img {
  87. overflow: hidden;
  88. max-width: 100%;
  89. height: 350px;
  90. width: 1150px;
  91. }
  92. .serveis{
  93. margin-top: 30px;
  94. margin-bottom: 30px;
  95. align-content: center;
  96. }
  97. .serveis h3{
  98. text-align: center;
  99. margin-bottom: 3px;
  100. }
  101. .serveis img{
  102. margin-bottom: 30px;
  103. max-width: 100%;
  104. height: 350px;
  105. width: 300px;
  106. }
  107. .serveis p{
  108. margin-top: 20px;
  109. font-size: 20px;
  110. text-align: justify;
  111. }
  112.  
  113. /* APARTAT SOBRE-NOSALTRES */
  114. .sobre-la-empresa{
  115. text-align: justify;
  116. margin-top: 40px;
  117. margin-bottom: 20px;
  118. padding-bottom: 20px;
  119. width: 100%;
  120. }
  121. .encapçalament{
  122. text-align: center;
  123. margin-top: 10px;
  124. text-decoration: underline;
  125. width: 100%;
  126. }
  127. .encapçalament h2{
  128. font-size: 50px;
  129. font-family: 'Spectral SC', serif;
  130. margin-bottom: 5px;
  131. }
  132.  
  133. .imatges-sobre-nosaltres img {
  134. overflow: hidden;
  135. max-width: 100%;
  136. height: 350px;
  137. width: 450px;
  138. margin-top: 50px;
  139. }
  140.  
  141. .titol-imatge-sobre-nosaltres {
  142. margin: 10px 0 7px;
  143. }
  144. .span-span{
  145. margin-bottom: 20px;
  146. max-width: 100%;
  147. font-size: 20px;
  148. }
  149.  
  150. /* CONDICIONS */
  151. .condicions {
  152. text-align: justify;
  153. margin-top: 30px;
  154. margin-bottom: 30px;
  155. }
  156. .condicions h2{
  157. text-align: center;
  158. margin-bottom: 10px;
  159. text-decoration: underline;
  160. }
  161. .condicions p{
  162. margin-bottom: 10px;
  163. }
  164.  
  165. /* APARTAT CONTACTE */
  166. .contacte{
  167.  
  168. }
  169. .contacte img{
  170. width: 100%;
  171. height: 300px;
  172. }
  173.  
  174. input[type=text], select, textarea {
  175. width: 100%;
  176. padding: 12px;
  177. border: 1px solid #ccc;
  178. border-radius: 4px;
  179. box-sizing: border-box;
  180. margin-top: 6px;
  181. margin-bottom: 16px;
  182. resize: vertical;
  183. }
  184. input[type=submit] {
  185. background-color: #4CAF50;
  186. color: white;
  187. padding: 12px 20px;
  188. border: none;
  189. border-radius: 4px;
  190. cursor: pointer;
  191. }
  192. input[type=submit]:hover {
  193. background-color: #45a049;
  194. }
  195.  
  196. /* FOOTER */
  197. .color-footer{
  198. background-color: #212121;
  199. color: #fff;
  200. }
  201. .contingut{
  202. text-align: center;
  203. padding: 2%;
  204. min-height: 70px;
  205. }
  206. .contingut a img{
  207. margin-left: 20px;
  208. }
  209.  
  210. /* BANNERS */
  211. .banner{
  212. background-image: url(../img/consultoria.jpg);
  213. width: 100%;
  214. background-size: cover;
  215. height: auto;
  216. }
  217. .text-banner{
  218. display: flex;
  219. display: -webkit-box;
  220. display: -webkit-flex;
  221. display: -ms-flexbox;
  222. padding: 5%;
  223. }
  224. .items-text-banner{
  225. color: #fff;
  226. margin: auto;
  227. text-align: center;
  228. width: 100%;
  229. }
  230. .items-text-banner p{
  231. line-height: 40px;
  232. }
  233. .banner-vps{
  234. width: 100%;
  235. min-height: 200px;
  236. background-color: #2196F3;
  237. }
  238. .banner-vps h2{
  239. font-size: 50px;
  240. margin-bottom: 20px;
  241. }
  242. .banner-vps p{
  243. font-size: 40px;
  244. margin-bottom: 30px;
  245. }
  246.  
  247. .banner-millors-serveis{
  248. width: 100%;
  249. min-height: 200px;
  250. background-color: #54585B;
  251. }
  252. /* BOTONS */
  253. .button{
  254. background-color: #0A1827;
  255. border: 2px solid white;
  256. text-align: center;
  257. font-size: 35px;
  258. display: inline-block;
  259. color: #fff;
  260. padding: 20px;
  261. transition: all 0.5s;
  262. cursor: pointer;
  263. margin: 5px;
  264. }
  265.  
  266. @media screen and (max-width: 967px) {
  267. .encapçalament h2{
  268. font-size: 40px;
  269. font-family: 'Spectral SC', serif;
  270. }
  271. .flex-container{
  272. display: flex;
  273. display: -webkit-box;
  274. display: -webkit-flex;
  275. display: -ms-flexbox;
  276. flex-flow:wrap;
  277. justify-content:space-around;
  278. align-items: center;
  279. align-content: center;
  280. margin-right: 5px;
  281. }
  282. .contingut{
  283. text-align: justify;
  284. }
  285. .contingut h2{
  286. font-size: 15px;
  287. }
  288. .contingut a img{
  289. margin: 0px 5px;
  290. }
  291. }
  292. .serveis{
  293. margin-top: 30px;
  294. margin-bottom: 30px;
  295. align-content: center;
  296. }
  297. .serveis h3{
  298. text-align: center;
  299. font-size: 30px;
  300. }
  301. .serveis img{
  302. margin-bottom: 50px;
  303. margin-top: 20px;
  304. }
  305. .items-text-banner h2{
  306. line-height: 40px;
  307. }
  308. @media screen and (max-width: 567px){
  309. .encapçalament h2{
  310. font-size: 30px;
  311. font-family: 'Spectral SC', serif;
  312. }
  313.  
  314. .serveis h3{
  315. text-align: center;
  316. }
  317. .serveis img{
  318. padding-bottom: 30px;
  319. }
  320. .banner-vps h2{
  321. font-size: 25px;
  322. margin-bottom: 20px;
  323. }
  324. .banner-vps p{
  325. font-size: 15px;
  326. }
  327. .items-text-banner p{
  328. line-height: 20px;
  329. }
  330. .contingut{
  331. text-align: justify;
  332. }
  333. .contingut h2{
  334. font-size: 15px;
  335. }
  336. .contingut a img{
  337. margin: 0px 10%;
  338. }
  339. .button{
  340. background-color: #0A1827;
  341. border: 2px solid white;
  342. text-align: center;
  343. font-size: 20px;
  344. display: inline-block;
  345. color: #fff;
  346. padding: 20px;
  347. transition: all 0.5s;
  348. cursor: pointer;
  349. margin: 0;
  350. width: 100%;
  351. }
  352. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement