source: jobvista-frontend/src/views/static/AboutUs.css@ 08f82ec

main
Last change on this file since 08f82ec was 08f82ec, checked in by 223021 <daniel.ilievski.2@…>, 11 days ago

Did more refactoring

  • Property mode set to 100644
File size: 752 bytes
Line 
1.about-wrap {
2 margin-top: 30px;
3}
4
5.floating-wrap h3 {
6 font-family: Segoe UI;
7 text-align: center;
8}
9.floating-wrap h4 {
10 text-align: center;
11}
12
13.floating-wrap h2 {
14 font-family: Cairo;
15 font-weight: bold;
16}
17.floating-wrap p {
18 font-family: Ubuntu
19}
20.floating-wrap {
21 background-color:white;
22 padding: 15px 20px;
23 border-radius: 15px;
24 margin-bottom: 20px;
25}
26
27.floating-inside-wrap {
28 background-color: rgb(243, 242, 241);
29 padding: 15px 20px;
30 border-radius: 15px;
31 margin: 10px;
32}
33
34.about-us-img {
35 margin-bottom: 20px;
36 border-radius: 15px;
37 width: 100%;
38 padding: 0;
39}
40
41.start-title {
42 font-weight: bold;
43 font-size: 20px;
44 font-family: Segoe UI;
45 text-transform: uppercase;
46
47}
Note: See TracBrowser for help on using the repository browser.