-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.css
68 lines (59 loc) · 1.26 KB
/
index.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
body{
background-image: url('imgs/Rakku_Guy_Kirlia.jpg') ;
background-repeat:no-repeat;
background-position: center;
background-clip: border-box;
background-size:contain;
background-color: darkcyan;
}
/*
:root{
--main-bg-color: darkcyan;
--main-text-color: black;
}
body {
background-color: var(--main-bg-color);
color: var(--main-text-color);
}
.container{
background-image: url('imgs/Rakku_Guy_Kirlia.jpg');
background-repeat:no-repeat;
background-position: center;
width: 100%;
display:flex;
flex-direction:row;
flex-shrink:1;
background-size:auto;
background-attachment:local;
display: inline-flex;
background-clip: border-box;
background-size: auto;
display:block;
background-color: wheat;
position: fixed;
}
div#imgContainer {
min-width: 150px;
min-height: 150px;
max-width: 250px;
max-height: 250px;
padding: 13px;
float:right;
}
.container_text{
margin: 0;
width: 300px;
}
.container{
position: absolute;
transform: scale(0.75);
display: inline-block;
border: 2px dotted black;
box-sizing: border-box;
background-color: wheat;
}
.container_image{
position:relative;
left: 1%;
margin-top: 1%;
} */