123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- .Girl-Conste-box {
- width: 630px;
- height: 315px;
- background: #fbfbfb;
- -webkit-box-shadow: 0 7px 14px 0 rgba(0, 0, 0, 0.04),
- 0 4px 36px 0 rgba(0, 0, 0, 0.08);
- box-shadow: 0 14px 28px 0 rgba(0, 0, 0, 0.04),
- 0 8px 72px 0 rgba(0, 0, 0, 0.08);
- border-radius: 38px;
- margin: 0 auto;
- margin-top: 3em;
- display: flex;
- .Girl-box-imageContent {
- width: 50%;
- height: 100%;
- position: relative;
- bottom: 8vw;
- .Girl-box-image {
- width: 200px;
- height: 360px;
- position: relative;
- bottom: -22px;
- left: 90px;
- filter: grayscale(100%);
- }
- .imageTwo {
- height: 420px;
- width: 240px;
- position: relative;
- left: 0em;
- bottom: 45px;
- filter: grayscale(100%);
- }
-
- .Girl-imageLess {
- filter: grayscale(0%);
- }
- }
-
- .Girl-box-content {
- width: 50%;
- height: 100%;
- display: inline-block;
- text-align: center;
- /* margin: 1em; */
- margin-top: 1.5em;
- .Girl-box-C-title {
- font-size: 66px;
- font-weight: bold;
- color: #140f0f;
- margin: 15px;
- }
-
- .Girl-box-C-moon {
- font-weight: bold;
- color: #140f0f;
- }
- }
- }
-
- .imageTwo {
- width: 200px;
- }
|