-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmyStyles.css
115 lines (98 loc) · 2.29 KB
/
myStyles.css
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
header {
display: flex;
justify-content: center;
align-items: center;
color: whitesmoke
}
button {
background-color: rgb(0, 0, 128);
color: grey;
Width: 150px;
Height: 67px;
border-radius: 24px;
Padding: 24px;
Gap: 8px;
border: solid rgb(102, 2, 102);
}
button:hover {
background-color: rgb(102, 2, 102);
transform: scale(1.1);
}
#tamañoImagen {
border-radius: 10px;
height: 150px;
width: 200px;
}
#textAreaUser {
height: 288px;
width: 400px;
left: 240px;
top: 168px;
border-radius: 32px;
text-align: center;
border: solid rgb(102, 2, 102);
color: blue;
font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
font-size: xx-large;
}
#noMessage {
color: whitesmoke;
}
div.container {
height: 400px;
width: 400px;
color: whitesmoke;
}
.imgRedes {
height: 25px;
width: 25px;
}
.imgRedes:hover {
transform: scale(1.2);
}
.center {
text-align: center;
justify-content: center;
}
#myLogo {
height: 15px;
width: 15px;
}
.center::-webkit-input-placeholder {
text-align: center;
line-height: 200px;
}
.section {
display: flex;
margin: auto;
align-items: center;
justify-content: center;
}
.imgContainer {
width: 400px;
height: 400px;
margin: 50px;
text-align: center;
font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
.redes {
margin: auto 6px;
justify-content: flex-end;
}
body {
background-color: blue;
}
#codingArea {
display: flex;
margin: auto;
justify-content: center;
align-items: center;
text-align: center;
font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
font-size: xx-large;
color: whitesmoke;
}
#foundMessage {
color: whitesmoke;
text-align: center;
}