CSSのタグの配置に問題があります。私が何を試しても、それは主要部分の下に残り、上には行かない(私は右上隅が必要)。どこに問題があるのか分からない。助けてください。ここで 左上にタグを置くことはできません。左端/上端:0、左端:0などのオプションはありません。
は.aside {
position: relative;
float: right;
margin: 14px 14px 14px 0px;
padding-left: 15px;
clear: left;
width: 220px;
background-color: #EAA845;
}
.sectionaside {
padding: 10px;
margin: 15px 15px 15px 5px;
background-color: #DF5252;
}
<aside class="aside">
<section class="sectionaside">
<h4><u>Liked the article?! Stay tuned and find more interesting insights!</u></h4>
</section>
<section class="sectionaside">
<h4>Related web sites</h4>
</section>
<section class="sectionaside">
<h4>A "must have" skills in 21st century</h4>
</section>
</aside>
<footer><u>Contact information</u></footer>
動作しませんでしたが、おかげで –