Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Css:
- .box {
- margin-top: 15px;
- text-align: center;
- top: 60rem;
- height: auto;
- min-width: auto;
- clear: both;
- }
- .section-box {
- text-align: center;
- display: inline-block;
- color:black;
- width: 25rem;
- height: 32rem;
- min-width: 25rem;
- margin-right: 2.5rem;
- margin-left: 2.5rem;
- background-color: #646060;
- box-shadow: 0 15px 25px -10px rgba(0, 0, 0, .3);
- }
- .section-box-left {
- text-align: center;
- display: inline-block;
- color: black;
- width: 45rem;
- height: 32rem;
- min-width: 25rem;
- margin-right: 2.5rem;
- margin-left: 2.5rem;
- background-color: rgba(187, 187, 187, 0.23);
- box-shadow: 0 15px 25px -10px rgba(0, 0, 0, .3);
- }
- .myImg {
- width: 100%;
- box-shadow: 0 15px 25px -10px rgba(0, 0, 0, .3);
- }
- .myText {
- text-align: left;
- padding: 20px;
- }
- ------------------------------------------------------------------
- Html:
- <div class="box">
- <div class ="section-box-left">
- <div class="myText"> test
- </div>
- <div class ="section-box">
- <!-- <img class="myImg" src="Bild/Bild.jpg"> -->
- </div>
- </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement