Advertisement
Guest User

Untitled

a guest
Dec 13th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.48 KB | None | 0 0
  1. @charset "UTF-8";
  2. /* CSS Document */
  3. @import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro');
  4. @import url('https://fonts.googleapis.com/css?family=Dancing+Script');
  5.  
  6. *{
  7. margin: 0;
  8. padding: 0;
  9. }
  10.  
  11. body {
  12.  
  13. }
  14. main{
  15. width: 100vw;
  16. background: #20202c;
  17.  
  18. }
  19. .forside header {
  20. position: fixed;
  21. top: 50%;
  22. left: 50%;
  23. transform: translate(-50%, -50%);
  24. }
  25. .underside header{
  26. position: fixed;
  27. z-index: 10;
  28. width: 100%;
  29. top: 0;
  30. background: #20202c;
  31. }
  32. .underside main{
  33. padding-top: 128px;
  34. }
  35. .underside header{
  36. position: fixed;
  37. z-index: 10;
  38. width: 100%;
  39. top: 0;
  40. background: #20202c;
  41. }
  42. .underside main{
  43. padding-top: 128px;
  44. }
  45. .index-background {
  46. background: url("../img/street2.png");
  47. background-size: cover;
  48. float: left;
  49. height: 100vh;
  50. }
  51.  
  52. .wrapper {
  53. display: grid;
  54. grid-gap: 0px;
  55. }
  56.  
  57. @media (min-width: 1000px) {
  58. header {
  59. position: absolute;
  60. margin: auto auto;
  61. display: grid;
  62. grid-template-columns: 40% 60%;
  63. align-content: center;
  64. }
  65. .forside header{
  66. grid-template-columns: auto;
  67. }
  68. .nav-area {
  69. margin: auto 0 auto auto;
  70. }
  71.  
  72. h2{
  73. color: #d8d5d5;
  74. text-align: center;
  75. margin: 3rem 2rem;
  76. font-size: 30px;
  77. font-family: arial, Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  78. }
  79. }
  80. h3 {
  81. text-align: center;
  82. color: #d8d5d5;
  83. margin: 50px 50px;
  84. font-size: 50px;
  85. font-family: 'Dancing Script', cursive;
  86. }
  87. p {
  88. color: #d8d8d5;
  89. margin: 50px 50px;
  90. font-family: arial, Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  91. font-size: 20px;
  92. }
  93. .who {
  94. display: block;
  95. max-width: 50%;
  96. margin: 5rem auto;
  97. box-shadow: 2px 2px 2px 1px rgba(0,0,0,0.5);
  98. color: #D8D5D5;
  99. font-family: 'Source Sans Pro', sans-serif;
  100. }
  101.  
  102. .offer {
  103. display: grid;
  104. grid-template-columns: 33.3% 33.3% 33.3%;
  105. }
  106. footer{
  107. text-align: center;
  108. font-size: 25px;
  109. background-color: #000;
  110. color: #FFFFFF;
  111. padding-top: 15px;
  112. padding-bottom: 15px;
  113.  
  114. }
  115. /* her kan jeg ændre tekst over mine billeder på "om mig" siden */
  116. .offer p {
  117. text-align: center;
  118. color: #d8d5d5;
  119. font-size: 20px;
  120. margin-top: 100px;
  121. font-family: Cambria, "Hoefler Text", "Liberation Serif", times, "Times New Roman", "serif";
  122. }
  123. .offer img {
  124. display: block;
  125. margin: 0.5rem auto 0.5rem auto;
  126. }
  127.  
  128. /*---- Navigations bar ----*/
  129.  
  130. .head-top{
  131. display: block;
  132. position: static;
  133. border-bottom: 1px solid #d8d5d5;
  134.  
  135. }
  136. .nav-area {
  137. position: static;
  138. float: right;
  139. list-style: none;
  140. margin-top: 60px;
  141. }
  142. .forside .nav-area{
  143. position: static;
  144. float: left;
  145. width: 100%;
  146. text-align: center;
  147. list-style: none;
  148. margin-top: 20px;
  149. }
  150. .nav-area li {
  151. display: inline-block;
  152. }
  153.  
  154. .nav-area li a{
  155. color: #d8d5d5;
  156. text-decoration: none;
  157. padding: 5px 20px;
  158. font-family: 'Source Sans Pro', sans-serif;
  159. font-size: 16px;
  160. }
  161.  
  162. .nav-area li a:hover{
  163. background: #d8d5d5;
  164. color:#333;
  165. }
  166. footer{
  167. text-align: center;
  168. font-size: 25px;
  169. background-color: #20202c;
  170. color: #FFFFFF;
  171. padding-top: 15px;
  172. padding-bottom: 15px;
  173. border-top: 1px solid #d8d8d5;
  174.  
  175. }
  176.  
  177.  
  178. /*---- Navigationsbar brødkrumme ----*/
  179.  
  180. #b-krumme {
  181. background-color: #c20202;
  182. width: auto;
  183. height: auto;
  184. }
  185. nav.container {
  186. text-align: center;
  187. }
  188. .logo{
  189. /* width: auto; */
  190. /* float: left; */
  191. hight: auto;
  192. background-color: rgba(251,251,251,0.50);
  193. }
  194.  
  195. /*--Portfolio---*/
  196.  
  197.  
  198. .mit_arbejde{
  199. color: #d8d8d5;
  200. text-align: center;
  201. margin-top: 5rem;
  202. text-decoration: none;
  203. font-size: 60px;
  204. font-family: 'Dancing Script', cursive;
  205. }
  206.  
  207. .btn {
  208. color: #d8d8d5;
  209. text-decoration: none;
  210. border: 0;
  211. }
  212.  
  213. .aqualine_teks{
  214. display: block;
  215. color: #d8d8d5;
  216. max-width: 69%;
  217. margin: 2rem auto;
  218. text-align: center;
  219. }
  220.  
  221. .aqualine_img{
  222. display: grid;
  223. background-color: #20202C;
  224. width: 920px;
  225. max-width: 100%;
  226. height: 90vh;
  227. margin: 10px auto;
  228. grid-gap: 5px;
  229. grid-template-columns: 20, 20, 20, 20, 20;
  230. grid-template-rows: 20, 20, 20;
  231. }
  232. .flex_container{
  233. display: flex;
  234. flex-wrap: wrap;
  235. width: 1200px;
  236. margin-left: auto;
  237. margin-right: auto;
  238. justify-content: center;
  239. }
  240.  
  241. .flex-container > img{
  242. background-color: #f1f1f1;
  243. width: 100px;
  244. margin: 10px;
  245. text-align: center;
  246. line-height: 75px;
  247. font-size: 30px;
  248. float: left;
  249. }
  250.  
  251. #flaske {
  252. width: 300px;
  253. height: 300px;
  254. margin: 3px;
  255. grid-row-start: 1;
  256. grid-row-end: 2;
  257. grid-column-start: 1;
  258. grid-column-end: 2;
  259.  
  260. }
  261.  
  262. #all{
  263. width: 606px;
  264. height: 300px;
  265. margin: 3px;
  266. grid-row-start: 1;
  267. grid-row-end: 2;
  268. grid-column-start: 2;
  269. grid-column-end: 3;
  270. }
  271.  
  272. #girl{
  273. width: 300px;
  274. height: 300px;
  275. margin: 3px;
  276. grid-row-start: 2;
  277. grid-row-end: 3;
  278. grid-column-start: 2;
  279. grid-column-end: 3;
  280. }
  281.  
  282. #girl2{
  283. width: 300px;
  284. height: 300px;
  285. margin: 3px;
  286. grid-row-start: 2;
  287. grid-row-end: 3;
  288. grid-column-start: 1;
  289. grid-column-end: 2;
  290. }
  291. #jordbaer{
  292. width: 300px;
  293. height: 300px;
  294. margin: 3px;
  295. grid-row-start: 2;
  296. grid-row-end: 3;
  297. grid-column-start: 3;
  298. grid-column-end: 4;
  299. }
  300.  
  301. .rumrejsen_img{
  302. display: grid;
  303. background-color: #20202c;
  304. width: 900px;
  305. max-width: 100%;
  306. max-height: 90vh;
  307. margin: 10px auto;
  308. grid-gap: 5px;
  309. grid-template-columns: 20, 20, 20, 20, 20;
  310. grid-template-rows: 20, 20, 20, 20;
  311. }
  312.  
  313. .flex_container1{
  314. display: flex;
  315. flex-wrap: wrap;
  316. width: 900px;
  317. align-content: center;
  318. margin-left: auto;
  319. margin-right: auto;
  320. }
  321.  
  322. .rumrejsen_tekst{
  323. display: block;
  324. color: #d8d8d5;
  325. max-width: 69%;
  326. margin: 2rem auto;
  327. text-align: center;
  328. }
  329.  
  330. #mooncity{
  331. width: 500px;
  332. height: 300px;
  333. margin: 3px;
  334. grid-row-start: 1;
  335. grid-row-end: 2;
  336. grid-column-start: 1;
  337. grid-column-end: 3;
  338.  
  339. }
  340. figure{
  341. position: relative;
  342.  
  343. }
  344. figure figcaption{
  345. position: absolute;
  346. bottom: 15px;
  347. left: 15px;
  348. opacity: 0;
  349. transition: 0.3s ease-in-out;
  350. color: #fff;
  351. z-index: 3;
  352. }
  353. figure:hover figcaption{
  354. opacity: 1;
  355. }
  356. figure:before {
  357. content: '';
  358. background-color: rgba(0,0,0,0.8);
  359. height: 100%;
  360. width: 100%;
  361. position: absolute;
  362. z-index: 2;
  363. opacity: 0;
  364. transition: 0.3 ease-in-out;
  365.  
  366. }
  367. figure:hover:before{
  368. opacity: 1;
  369. }
  370. #raket{
  371. width: 300px;
  372. height: 300px;
  373. margin: 3px;
  374. grid-row-start: 1;
  375. grid-row-end: 2;
  376. grid-column-start: 3;
  377. grid-column-end: 4;
  378. }
  379.  
  380. #room{
  381. width: 500px;
  382. height: 300px;
  383. margin: 3px;
  384. grid-row-start: 2;
  385. grid-row-end: 3;
  386. grid-column-start: 2;
  387. grid-column-end: 4;
  388. }
  389. #lv{
  390. width: 300px;
  391. height: 300px;
  392. margin: 3px;
  393. grid-row-start: 2;
  394. grid-row-end: 3;
  395. grid-column-start: 2;
  396. grid-column-end: 3;
  397. }
  398. #bar{
  399. width: 500px;
  400. height: 300px;
  401. margin: 3px;
  402. grid-row-start: 3;
  403. grid-row-end: 4;
  404. grid-column-start: 2;
  405. grid-column-end: 4;
  406. }
  407.  
  408. .video_tekst{
  409. display: block;
  410. color: #d8d8d5;
  411. max-width: 69%;
  412. margin: 2rem auto;
  413. text-align: center;
  414. }
  415. #video{
  416. display: flex;
  417. flex-wrap: wrap;
  418. width: 50%;
  419. width: 500px;
  420. height: 500px;
  421. margin: auto auto;
  422. }
  423.  
  424. .flex_container2 {
  425. display: grid;
  426. align-items: center;
  427. grid-template-columns: auto auto;
  428. width: 900px;
  429. margin-left: auto;
  430. margin-right: auto;
  431. }
  432.  
  433. #aqualine_logo{
  434. width: 400px;
  435. height: 300px;
  436. margin: 3px;
  437. }
  438.  
  439. #jtlogo{
  440. width: 550px;
  441. height: 150px;
  442. margin: 3px;
  443. }
  444.  
  445. .flex_container3{
  446. display: flex;
  447. justify-content: center;
  448. flex-wrap: wrap;
  449. width: 900px;
  450. align-content: center;
  451. margin-left: auto;
  452. margin-right: auto;
  453. }
  454.  
  455. #karlslunde{
  456. width: 600px;
  457. height: 300px;
  458. margin: 3px;
  459. }
  460.  
  461. #elefant{
  462. width: 300px;
  463. height: 400px;
  464. margin: 3px;
  465. }
  466.  
  467. #soitgoes{
  468. width: 300px;
  469. height: 400px;
  470. margin: 3px;
  471. }
  472.  
  473. #thorius{
  474. width: 600px;
  475. height: 300px;
  476. margin: 3px;
  477. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement