teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

1

work2のスタイルの追記

2021/04/28 05:07

投稿

退会済みユーザー
title CHANGED
File without changes
body CHANGED
@@ -69,6 +69,13 @@
69
69
  align-items: center;
70
70
  overflow: auto;
71
71
  }
72
+ .work2{
73
+ width: 100%;
74
+ background-color:#FDF5E6;
75
+ display: flex;
76
+ align-items: center;
77
+ }
78
+
72
79
  .left-box{
73
80
  width: 300px;
74
81
  padding: 0 0 10px 10px;
@@ -76,4 +83,9 @@
76
83
  .right-box{
77
84
  white-space: nowrap;
78
85
  }
86
+ img{
87
+ height: 450x;
88
+ width: 450px;
89
+ padding:50px 20px 50px 20px ;
90
+ }
79
91
  ```