-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfourthPage.css
More file actions
138 lines (135 loc) · 2.64 KB
/
Copy pathfourthPage.css
File metadata and controls
138 lines (135 loc) · 2.64 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
li:hover{
background-color: rebeccapurple;
}
li:active{
background-color: rebeccapurple;
}
.white-background{
background-color: white;
}
.img-size{
width:100%;
height:40%;
}
.img-size-slidebar{
width:100%;
height:70%;
}
.navbar-default{
background-color:rgb(231, 231, 231);
height: 70px;
}
.img-padding{
padding-top:15px;
padding-bottom:15px;
}
li:active{
background-color: rebeccapurple;
}
/*MARGINE I PADINZI*/
.padding-right-25px{
padding-right: 25px;
}
.margin-bottom-20px{
margin-bottom:20px;
}
.margin-bottom-45px{
margin-bottom: 45px;
}
.margin-top-10px{
margin-top:10px;
}
.margin-top--10px{
margin-top: -10px;
}
.padding-top-15px{
padding-top: 15px;
}
.padding-bottom-5px{
padding-bottom: 5px;
}
.padding-bottom-10px{
padding-bottom: 10px;
}
.padding-left-15px{
padding-left:15px;
}
.padding-right-15px{
padding-right: 15px;
}
.padding-bottom-20px{
padding-bottom:20px;
}
.margin-top-20px{
margin-top:20px;
}
/*-------------------------*/
.text-dimgray{
color:dimgray;
}
.text-darkgray{
color:darkgray;
}
.btn-danger{
background-color:rebeccapurple;
border:0px;
}
.btn-lg{
margin-left: 20px;
padding: 15px;
border: 2px solid black;
width: 50px;
height: 50px;
border: none;
background-color: transparent;
}
#fb{
background-image: url("https://upload.wikimedia.org/wikipedia/commons/c/cd/Facebook_Logo_Mini.svg");
background-size: 50px 50px;
background-position: center;
}
#tw{
background-image: url("http://www.apegac.com/wp-content/uploads/2016/10/Twitter_bird_logo_2012.svg_.png");
background-size: 50px 50px;
background-position: center;
}
#youtube{
background-image: url("http://www.babaimage.com/images/youtube-logo-images-crazy-gallery.png");
background-size: 50px 50px;
background-position: center;
}
#in{
background-image: url("https://upload.wikimedia.org/wikipedia/commons/c/ca/LinkedIn_logo_initials.png");
background-size: 50px 50px;
background-position: center;
}
#google{
background-image: url("https://upload.wikimedia.org/wikipedia/commons/thumb/5/5c/Google_plus.svg/1047px-Google_plus.svg.png");
background-size: 50px 50px;
background-position: center;
}
.btn-one{
padding:15px;
width: 20px;
height: 20px;
border: none;
}
#btn{
background-color: rebeccapurple;
color:white;
background-size: 50px 50px;
background-position: center;
}
.number-position{
padding-left:-10px;
padding-top:-10px;
}
.square{
width:20px;
height:20px;
padding:10px;
}
.square-color{
color:white;
background-color: rebeccapurple;
}