1

请查看 CSS 以了解我如何尝试调整图像大小。我不确定如何使中心“内容”(文本和标题栏)浮动在 SVG 图形的中心之上。是否最好尝试将内容居中并浮动在旗帜背景上?还是我想在背景图像上设置框大小?或者有没有更简单的方法让中心的内容“浮动”在背景中缅甸的SVG标志之上

网址是 http://morpheus.dce.harvard.edu/~squinn/BlitZEN86/cscie12_assignment2/LAYOUT4.html

(这些是我试图定位背景和内容的非工作 CSS 规则)

.content {
   background-image: url(1000px-Flag_of_Myanmar.svg.png;
   background-repeat: no-repeat;
   padding: 10px 0;
   height:600px;
   overflow: hidden;    
   margin-top:10px;
}
4

1 回答 1

0

我看不到你的网址,但答案是/曾经(5 年你会得到答案):https ://www.wonderflags.pro/css-embed

.content{
  width:128px;
  height:96px;
  background-size: 100% 100%;
  background-repeat: no-repeat;}
  img.wf{background-size:640px 480px;}
  div.wf{display:inline-block;}
  span.wf{display:inline-block;}
  }
于 2017-05-16T20:21:27.220 回答