尝试使文本与SNES游戏的样式对齐

时间:2019-04-20 01:04:27

标签: html css

简短地说长话

我想要这个文字...

enter image description here

看起来更像这样...

enter image description here

我的意思是键入时将其对齐。在我的布局中,第一行较长,第二行较短。那里的那些点看起来很丑。

我正在使用的网站的代码工作方式非常有限,这很糟糕。到目前为止,这是我的代码。

<div style="width:100%;height:550px;background:url(https://www.vizzed.com/smd/photo_album_pics/fullsize/35979-1555716669.gif) no-repeat;background-size:100% 100%;">
  <div style="width:67%;height:25%;background-color:transparent;position:relative;left:135px;position:relative;top: 365px;border-style:hidden;overflow: auto;border-width:0px;padding: 5px">
    <p style="font-size: 26pt;font-family: Arial Black;font-weight: bold;text-align: center;word-spacing: 10px;letter-spacing;6px;color: black; -webkit-text-fill-color: white; -webkit-text-stroke-width: 2.3px; -webkit-text-stroke-color: black; }">
  </div>
</div>

1 个答案:

答案 0 :(得分:0)

我不确定我是否完全理解您的问题,但是如果您只想控制句子的开头位置,则可以使用<br>标签。