Guest User

Untitled

a guest
Feb 17th, 2019
484
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.08 KB | None | 0 0
  1. .menu{
  2. width: 100%;
  3. display: flex;
  4. align-items: baseline;
  5. }
  6.  
  7. .menu, nav{
  8. height: 50px;
  9. width: 100%;
  10. background-color: #3b3c3d;
  11. display: flex;
  12. align-items: baseline;
  13. margin-top: -10px;
  14. margin-left: -10px;
  15. }
  16.  
  17. h1{
  18. font-size: 13px;
  19. color: white;
  20. font-family: 'Raleway', sans-serif;
  21. margin-left: 10px;
  22. font-weight: normal;
  23. }
  24.  
  25.  
  26. .menu li a{
  27. font-family: 'Raleway', sans-serif;
  28. color: white;
  29. text-decoration: none;
  30. display: inline-block;
  31. }
  32.  
  33. .menu li{
  34. font-size: 12px;
  35. list-style-type: none;
  36. display: inline-block;
  37. margin-left: 15px;
  38. margin-right: 15px;
  39.  
  40. }
  41.  
  42. nav a:hover{
  43. margin-top: -10px;
  44. padding: 13px 14px 12px 12px;
  45. background-color: #999b9e;
  46. color: #3b3c3d;
  47. }
  48.  
  49. --------------------------------
  50. .banner1{
  51. }
  52.  
  53. .banner1 img{
  54. height: 166px;
  55. width: 100%;
  56. position: relative;
  57. top: 0px;
  58. left: -10px;
  59. margin-bottom: -75px;
  60. }
  61.  
  62. .banner1 p{
  63. font-family: 'Raleway', sans-serif;
  64. font-weight: normal;
  65. font-size: 14px;
  66.  
  67. }
  68.  
  69. h2{
  70. font-family: 'Raleway', sans-serif;
  71. font-weight: bold;
  72. font-size: 20px;
  73. color: #414142;
  74. }
  75.  
  76. .banner1 h2,.banner1 p{
  77. position: relative;
  78. left: 150px;
  79. bottom: 60px;}
  80.  
  81. }
  82. --------------------------------
  83.  
  84. section{
  85. }
  86.  
  87. .sec1{
  88. display: flex;
  89. align-items: baseline;
  90. position: relative;
  91. left: 50px;
  92. font-family: 'Raleway', sans-serif;
  93. font-size: 12px;
  94. }
  95.  
  96. .sec2{
  97. display: flex;
  98. justify-content: space-around;
  99. }
  100.  
  101. .sec2 li{
  102. color: black;
  103. font-family: 'Raleway', sans-serif;
  104. font-size: 15px;
  105. font-weight: bold;
  106. list-style-type: none;
  107. }
  108.  
  109. .blockfellows{
  110. margin-top: 30px;
  111. display: flex;
  112. justify-content: space-around;
  113. }
  114.  
  115.  
  116. .fellows1{
  117. width: 250px;
  118. height: 400px;
  119. border: 1px grey solid;
  120. border-radius: 10px;
  121. padding: 4px;
  122. }
  123.  
  124. .fellows1:hover img{
  125. opacity: 1;
  126. }
  127.  
  128. .fellows1:hover .part{
  129. opacity: 0;
  130. }
  131.  
  132. .fellows1:hover h6{
  133. font-family: 'Raleway', sans-serif;
  134. font-weight: bold;
  135. font-size: 20px;
  136. color: white;
  137. text-align: center;
  138. position: relative;
  139. top: -200px;
  140. }
  141.  
  142. .fellows1:hover h3{
  143. position: relative;
  144. top: -215px;
  145. }
  146.  
  147. .fellows1:hover .des{
  148. position: relative;
  149. top: -215px;
  150. }
  151.  
  152. .fellows1 img{
  153. width: 250px;
  154. height: 286px;
  155. opacity: 0.5;
  156. margin-bottom: 0px;
  157. }
  158.  
  159. .fellows2 img{
  160. width: 250px;
  161. height: 286px;
  162. }
  163.  
  164. .part {
  165. position: relative;
  166. top: -290px;
  167. margin-right: 15px;
  168. margin-left: 15px;
  169. padding-bottom: 10px;
  170. padding-top: 8px;
  171. background-color: white;
  172. opacity: 0.7;
  173. border-radius: 10px;
  174. font-family: 'Raleway', sans-serif;
  175. font-size: 28px;
  176. color: black;
  177. text-align: center;
  178. }
  179.  
  180. .part mark{
  181. color: orange;
  182. text-decoration: none;
  183. background-color: white;
  184. opacity: 0.8;
  185. }
  186.  
  187. .fellows1 h6{
  188. position: relative;
  189. top: -280px;
  190. font-family: 'Raleway', sans-serif;
  191. font-weight: bold;
  192. font-size: 40px;
  193. color: white;
  194. text-align: center;
  195. }
  196.  
  197. .fellows1 h3{
  198. font-family: 'Raleway', sans-serif;
  199. font-size: 15px;
  200. position: relative;
  201. top: -330px;
  202. left: 8px
  203. }
  204.  
  205.  
  206. .des {
  207. font-family: 'Raleway', sans-serif;
  208. font-size: 15px;
  209. position: relative;
  210. top: -330px;
  211. left: 8px;
  212. }
  213.  
  214. .fellows2{
  215. width: 250px;
  216. height: 400px;
  217. border: 1px grey solid;
  218. border-radius: 10px;
  219. padding: 4px;
  220. }
  221.  
  222. .fellows2 h3{
  223. font-family: 'Raleway', sans-serif;
  224. font-size: 15px;
  225. position: relative;
  226. top: -110px;
  227. left: 8px;
  228.  
  229. }
  230.  
  231. .part2{
  232. font-family: 'Raleway', sans-serif;
  233. font-size: 40px;
  234. color: black;
  235. text-align: center;
  236. position: relative;
  237. top: -180px;
  238.  
  239. }
  240.  
  241. .des2 {
  242. font-family: 'Raleway', sans-serif;
  243. font-size: 15px;
  244. position: relative;
  245. top: -110px;
  246. left: 8px;
  247.  
  248. }
  249.  
  250. --------------------------------
  251.  
  252. section{}
  253.  
  254. .rew1 {
  255. height: 250px;
  256. position: relative;
  257. left: 50px;
  258. right: 50px;
  259. margin-bottom: 20px;
  260. margin-top: 20px;
  261. }
  262.  
  263.  
  264. .rew2 p{
  265. height: 60px;
  266. overflow: scroll;
  267. font-family: 'Raleway', sans-serif;
  268. font-size: 13px;
  269. margin-right: 30px;
  270. }
  271.  
  272. .rew2{
  273. display: flex;
  274. justify-content: space-around;
  275. margin-right: 150px;
  276. }
  277.  
  278. .rew2 p{
  279. color: black;
  280. }
  281.  
  282.  
  283. .cont a{
  284. padding: 10px 30px 10px 30px;
  285. border: 1px grey solid;
  286. border-radius: 5px;
  287. font-family: 'Raleway', sans-serif;
  288. color: black;
  289. font-size: 12px;
  290. position: relative;
  291. top: -120px
  292.  
  293. }
  294.  
  295. .cont{
  296. display: flex;
  297. justify-content: center;
  298. margin-bottom: -100px;
  299. }
  300.  
  301. --------------------------------
  302.  
  303. section{}
  304.  
  305. #besthunters{
  306. font-family: 'Raleway', sans-serif;
  307. font-weight: bold;
  308. font-size: 20px;
  309. color: #414142;
  310. position: relative;
  311. left: 50px;
  312. }
  313.  
  314. .hunters{
  315. display: flex;
  316. justify-content: center;
  317. position: relative;
  318. }
  319.  
  320. .sechunters{
  321. display: flex;
  322. flex-direction: column;
  323. margin-left: 10px;
  324. margin-right: 60px;
  325. }
  326.  
  327.  
  328. .sechunters p{
  329. font-family: 'Raleway', sans-serif;
  330. font-size: 9px;
  331. }
  332.  
  333. .sechunters a{
  334. font-family: 'Raleway', sans-serif;
  335. font-weight: bold;
  336. text-decoration: underline;
  337. color: black;
  338. font-size: 9px;
  339. }
  340.  
  341. .sechunters h4{
  342. font-family: 'Raleway', sans-serif;
  343. font-weight: bold;
  344. font-size: 17px;
  345. margin-bottom: -5px;
  346. margin-top: 0px;
  347.  
  348. }
  349.  
  350. --------------------------------
  351.  
  352. section{}
  353.  
  354. #aboutring{
  355. font-family: 'Raleway', sans-serif;
  356. font-weight: bold;
  357. font-size: 20px;
  358. color: #414142;
  359. position: relative;
  360. left: 50px;
  361. }
  362.  
  363. .ring{
  364. border: 1px #d4d4d6 solid;
  365. border-radius: 10px;
  366. width: 1000px;
  367. position: relative;
  368. left: 15%;
  369. margin-bottom: 15px;
  370. }
  371.  
  372. .ring h5{
  373. font-family: 'Raleway', sans-serif;
  374. font-weight: bold;
  375. font-size: 11px;
  376. background-color: #d4d4d6;
  377. border-top-right-radius: 10px;
  378. border-top-left-radius: 10px;
  379. padding-left: 15px;
  380. padding-top: 10px;
  381. width: 989px;
  382. height: 30px;
  383. position: relative;
  384. left: -2px;
  385. top: -19px;
  386.  
  387. }
  388.  
  389.  
  390. table{
  391. display: flex;
  392. flex-direction: column;
  393. align-items: center;
  394. border-collapse: collapse;
  395. margin-bottom: 10px;
  396.  
  397. }
  398.  
  399. caption{
  400. font-family: 'Raleway', sans-serif;
  401. color: black;
  402. font-size: 12px;
  403. margin-bottom: 10px;
  404. align-self: flex-start;
  405. position: relative;
  406. left: 130px;
  407.  
  408. }
  409.  
  410. th{
  411.  
  412. background-color: #7f8184;
  413. font-family: 'Raleway', sans-serif;
  414. color: white;
  415. font-size: 12px;
  416. border: 1px black solid;
  417. width: 370px;
  418. height: 30px;
  419. }
  420.  
  421. td{
  422.  
  423. border: 1px grey solid;
  424. font-family: 'Raleway', sans-serif;
  425. color: black;
  426. font-size: 12px;
  427. text-align: center;
  428. width: 370px;
  429. height: 30px;
  430. }
  431.  
  432. .grey{
  433. background-color: #d4d4d6;
  434. }
  435.  
  436. .ring2{
  437. display: flex;
  438. justify-content: center;
  439. padding-bottom: 20px;
  440. }
  441.  
  442. .ring2 p{
  443. font-family: 'Raleway', sans-serif;
  444. font-size: 14px;
  445. text-align: right;
  446. margin-right: 30px;
  447. }
  448.  
  449. em{
  450. font-family: 'Raleway', sans-serif;
  451. font-size: 12px;
  452. font-style: normal;
  453. color: #d4d4d6;
  454.  
  455. }
  456.  
  457. .ring2 a{
  458. overflow:hidden;
  459. -webkit-border-radius:50px;
  460. -moz-border-radius:50px;
  461. border-radius:50px;
  462. width:100px;
  463. height:100px;
  464. }
  465.  
  466. --------------------------------
  467.  
  468. section{}
  469.  
  470. #Join{
  471. font-family: 'Raleway', sans-serif;
  472. font-weight: bold;
  473. font-size: 20px;
  474. color: #414142;
  475. position: relative;
  476. left: 50px;
  477. margin-bottom: 30px;
  478. margin-top: 30px;
  479. }
  480.  
  481. .army{
  482. display: flex;
  483. position: relative;
  484. left: 50px;
  485. margin-bottom: -40px;
  486. }
  487.  
  488. .army p{
  489. height: 60px;
  490. overflow: scroll;
  491. font-family: 'Raleway', sans-serif;
  492. font-size: 13px;
  493. margin-left: 30px;
  494. }
  495.  
  496. .button{
  497. width: 360px;
  498. padding: 10px 30px 10px 30px;
  499. font-family: 'Raleway', sans-serif;
  500. font-size: 17px;
  501. text-align: center;
  502. border:1px grey solid;
  503. border-radius: 5px;
  504. position: relative;
  505. left: 40%;
  506. top: -30px;
  507. }
  508.  
  509. --------------------------------
  510.  
  511. section{}
  512.  
  513. #contactus{
  514. font-family: 'Raleway', sans-serif;
  515. font-weight: bold;
  516. font-size: 20px;
  517. color: #414142;
  518. position: relative;
  519. left: 50px;
  520. margin-bottom: 30px;
  521. margin-top: 30px;
  522. }
  523.  
  524. .Contact{
  525. display: flex;
  526. justify-content: center;
  527. }
  528.  
  529. input, select, textarea{
  530. width: 500px;
  531. }
  532.  
  533. textarea {
  534. height: 100px;
  535. }
  536.  
  537. select{
  538. border: 1px #d4d4d6 solid;
  539. -moz-appearance: menulist-button ;
  540. -webkit-appearance: menulist-button ;
  541. }
  542.  
  543. ::placeholder{
  544. color: #d4d4d6;
  545. font-size: 9px;
  546. }
  547.  
  548. --------------------------------
  549.  
  550. footer{}
  551.  
  552. .foot{
  553. width: 100%;
  554. height: 100px;
  555. background-color: #545556;
  556. position: relative;
  557. left:-10px;
  558. bottom:-10px;
  559. display: flex;
  560. }
  561.  
  562.  
  563. .foot li a{
  564. font-family: 'Raleway', sans-serif;
  565. color: white;
  566. text-decoration: none;
  567. font-size: 12px;
  568. list-style-type: none;
  569. margin-bottom: 10px;
  570. }
  571.  
  572. .foot li{
  573. font-family: 'Raleway', sans-serif;
  574. color: white;
  575. font-size: 12px;
  576. list-style-type: none;
  577. margin-bottom: 10px;
  578. }
  579.  
  580. .foot p{
  581. font-family: 'Raleway', sans-serif;
  582. font-weight: bold;
  583. color: white;
  584. font-size: 12px;
  585. position: relative;
  586. top: 20%;
  587. left: 40%;
  588. }
Add Comment
Please, Sign In to add comment